Skip to content

Commit

Permalink
add musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptaliagy committed Aug 1, 2023
1 parent 4e5dbdc commit 9cb9010
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
build-cargo-deb:
runs-on: ubuntu-latest
steps:
- name: Install the x86_64 musl toolchain
run: apt-get update && apt-get install -y musl-tools && rustup target add x86_64-unknown-linux-musl

- name: Install cargo-deb
run: cargo install cargo-deb --target x86_64-unknown-linux-musl

Expand Down Expand Up @@ -90,6 +93,7 @@ jobs:
build-deb:
needs:
- build-binary
- build-cargo-deb
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 9cb9010

Please sign in to comment.