Skip to content

Commit

Permalink
install llvm-tools-preview for appropriate toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanirby committed Mar 7, 2025
1 parent 621e0af commit 64fbd5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
override: false

- name: Install rustfmt for nightly
run: rustup component add --toolchain nightly rustfmt llvm-tools-preview
run: rustup component add --toolchain nightly rustfmt

- name: Install llvm-tools-preview for stable
run: rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu

- name: Install dependencies
run: |
Expand Down

0 comments on commit 64fbd5c

Please sign in to comment.