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