We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f26c commit 4962885Copy full SHA for 4962885
.github/workflows/sdk.yaml
@@ -34,7 +34,9 @@ jobs:
34
- name: Install SDK dependencies
35
run: |
36
rustup target add x86_64-unknown-linux-musl
37
+ rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
38
rustup target add aarch64-unknown-linux-musl
39
+ rustup component add rust-src --toolchain stable-aarch64-unknown-linux-musl
40
sudo apt update
41
sudo apt install software-properties-common
42
sudo add-apt-repository ppa:deadsnakes/ppa
0 commit comments