Skip to content

Commit 4962885

Browse files
ci: attempt to fix failing Linux builds
Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
1 parent 954f26c commit 4962885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
- name: Install SDK dependencies
3535
run: |
3636
rustup target add x86_64-unknown-linux-musl
37+
rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
3738
rustup target add aarch64-unknown-linux-musl
39+
rustup component add rust-src --toolchain stable-aarch64-unknown-linux-musl
3840
sudo apt update
3941
sudo apt install software-properties-common
4042
sudo add-apt-repository ppa:deadsnakes/ppa

0 commit comments

Comments
 (0)