We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a4f3 commit df5a4cbCopy full SHA for df5a4cb
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
cache: 'pnpm'
43
44
- name: Install Rust stable
45
- uses: dtolnay/rust-action@e645b0cf126e4de3e4307c0dc05270e8edd02507 # stable
+ uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
46
with:
47
toolchain: stable
48
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
0 commit comments