Skip to content

Commit 75d7300

Browse files
Fix Rust target in release workflow
1 parent c1b8793 commit 75d7300

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- 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
43+
run: rustup toolchain install stable --no-self-update --profile minimal --component rust-std-${{ matrix.target }}
4644

4745
- name: Set up Rust cache
4846
uses: swatinem/rust-cache@v2

0 commit comments

Comments
 (0)