Skip to content

Commit

Permalink
Install musl tools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubelotix committed Jun 1, 2024
1 parent 486a504 commit 494c814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- name: Install musl target
run: rustup target add x86_64-unknown-linux-musl

- name: Install musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools

- name: Build with cargo
run: cargo build --release --target=x86_64-unknown-linux-musl --package admarusd
Expand Down

0 comments on commit 494c814

Please sign in to comment.