Skip to content

Commit

Permalink
Update musl tools for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 9, 2023
1 parent d604d4e commit 5342f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Update musl tools
if: matrix.build-with == 'cargo'
run: |
apt update
apt install -y musl-tools
sudo apt update
sudo apt install -y musl-tools
- name: Update Rust and add toolchain ${{ matrix.target }}
if: matrix.build-with == 'cargo'
Expand Down

0 comments on commit 5342f25

Please sign in to comment.