We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5e918 commit 73a66a2Copy full SHA for 73a66a2
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Setup Rust toolchain
23
run: |
24
- apt install musl-tools
+ sudo apt-get install musl-tools
25
rustup toolchain install stable --profile minimal --no-self-update -c clippy -c rustfmt -t $CARGO_BUILD_TARGET
26
rustup default stable
27
shell: bash
0 commit comments