We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3d829 commit b3ea812Copy full SHA for b3ea812
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
# for Win ARM which doesn't have Cryptography wheels yet
68
- name: Install Rust tools on Windows ARM
69
if: matrix.os == 'windows-11-arm'
70
- uses: moonrepo/setup-rust@v1
+ uses: actions-rust-lang/setup-rust-toolchain@v1
71
72
- name: Install dependencies
73
run: |
0 commit comments