Skip to content

Commit

Permalink
rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokjunejeon committed Dec 8, 2024
1 parent e805bd1 commit 8420a4d
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 @@ -66,7 +66,7 @@ jobs:
- name: Install musl-tools (for Alpine)
if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
sudo apk add curl gcc musl-dev
sudo apk add curl wget gcc musl-dev
- name: Install RPM build tools
if: matrix.packaging == 'rpm'
Expand Down

0 comments on commit 8420a4d

Please sign in to comment.