Skip to content

Commit 50ade28

Browse files
committed
fix: correct rust-toolchain action name (was rust-action)
1 parent 95e0198 commit 50ade28

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
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-pnpm-store-
8282
8383
- name: Install Rust stable
84-
uses: dtolnay/rust-action@stable
84+
uses: dtolnay/rust-toolchain@stable
8585
with:
8686
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
8787

0 commit comments

Comments
 (0)