mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-13 09:49:10 +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
|
- name: Create Debian package
|
||||||
id: debian-package
|
id: debian-package
|
||||||
shell: bash
|
shell: bash
|
||||||
if: startsWith(matrix.job.os, 'ubuntu')
|
if: startsWith(matrix.job.os, 'ubuntu') && endsWith(matrix.job.target, 'gnu')
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-deb
|
cargo install cargo-deb
|
||||||
cargo deb --deb-revision="" -p atuin
|
cargo deb --deb-revision="" -p atuin
|
||||||
|
Loading…
Reference in New Issue
Block a user