We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a5f2f commit 8a677f4Copy full SHA for 8a677f4
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
node-version: 20
61
62
- name: Install Rust stable
63
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
64
with:
65
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
66
0 commit comments