Skip to content

Commit 8a677f4

Browse files
committed
Fix: use correct rust-toolchain action name
1 parent 99a5f2f commit 8a677f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
node-version: 20
6161

6262
- name: Install Rust stable
63-
uses: dtolnay/rust-action@stable
63+
uses: dtolnay/rust-toolchain@stable
6464
with:
6565
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
6666

0 commit comments

Comments
 (0)