Skip to content

Commit

Permalink
Install musl-tools before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Jul 15, 2021
1 parent 61a16b7 commit 3d6916d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
env:
AWS_REGION: us-east-1
- id: install-musl-tools
run: sudo apt-get install musl-tools
- id: install-rust-toolchain
name: "Install Rust toolchain"
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 3d6916d

Please sign in to comment.