We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3641e0 commit 904ed52Copy full SHA for 904ed52
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
version: 9
46
47
- name: Install Rust stable
48
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
49
with:
50
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
51
0 commit comments