mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-25 16:39:18 +01:00
fix: disable musl deb building (#1525)
It never worked, and broke release building. I don't think we need musl debs, but if so ensure they don't break install scripts Resolve #1500
This commit is contained in:
parent
cc5efd2971
commit
2b94f05735
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -178,7 +178,7 @@ jobs:
|
||||
- name: Create Debian package
|
||||
id: debian-package
|
||||
shell: bash
|
||||
if: startsWith(matrix.job.os, 'ubuntu')
|
||||
if: startsWith(matrix.job.os, 'ubuntu') && endsWith(matrix.job.target, 'gnu')
|
||||
run: |
|
||||
cargo install cargo-deb
|
||||
cargo deb --deb-revision="" -p atuin
|
||||
|
Loading…
Reference in New Issue
Block a user