Skip to content

Commit

Permalink
Try adding more installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 12, 2022
1 parent 1ba2ac2 commit 4cf52f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ jobs:
rustup target add thumbv7m-none-eabi --toolchain nightly-2022-04-05
rustup target add thumbv8m.main-none-eabihf --toolchain nightly-2022-04-05
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2022-04-05
rustup component add rust-src --toolchain nightly-2022-04-05-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2022-04-05-thumbv7m-none-eabi
rustup component add rust-src --toolchain nightly-2022-04-05-thumbv8m.main-none-eabihf
- name: Set up Clang-14
run: |
wget https://apt.llvm.org/llvm.sh
Expand Down

0 comments on commit 4cf52f0

Please sign in to comment.