Skip to content

Commit

Permalink
[CI] ensure binary artifact #2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebsguedes committed Oct 16, 2024
1 parent 3271322 commit 2e15f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- build: linux-64-bit
os: ubuntu-latest
target: x86_64-unknown-linux-musl
prebuild: "apt install -y musl-tools"
prebuild: "sudo apt install -y musl-tools"
command: cargo
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e15f72

Please sign in to comment.