Skip to content

Commit 73a66a2

Browse files
committed
Install musl-tools
1 parent ac5e918 commit 73a66a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Rust toolchain
2323
run: |
24-
apt install musl-tools
24+
sudo apt-get install musl-tools
2525
rustup toolchain install stable --profile minimal --no-self-update -c clippy -c rustfmt -t $CARGO_BUILD_TARGET
2626
rustup default stable
2727
shell: bash

0 commit comments

Comments
 (0)