We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbef156 commit 79d5c79Copy full SHA for 79d5c79
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,10 @@ jobs:
40
- uses: actions/checkout@v4
41
42
- name: Set up Rust toolchain
43
- run: rustup toolchain install stable --no-self-update --profile minimal --component rust-std-${{ matrix.target }}
+ run: |
44
+ rustup toolchain install stable --no-self-update --profile minimal
45
+ rustup component add llvm-tools-preview --toolchain stable
46
+ rustup component add rust-std-${{ matrix.target }} --toolchain stable
47
48
- name: Set up Rust cache
49
uses: swatinem/rust-cache@v2
0 commit comments