Skip to content

Commit 320b83a

Browse files
committed
fix: switch to actions-rust-lang/setup-rust-toolchain
dtolnay/rust-toolchain is currently unavailable on GitHub.
1 parent e796c9f commit 320b83a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Setup Rust
44-
uses: dtolnay/rust-toolchain@master
44+
uses: actions-rust-lang/setup-rust-toolchain@v1
4545
with:
4646
toolchain: stable
47-
targets: ${{ matrix.target }}
47+
target: ${{ matrix.target }}
4848

4949
- name: Install Linux dependencies
5050
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)