Skip to content

Commit b3ea812

Browse files
committed
ci: different action for rust
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2e3d829 commit b3ea812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# for Win ARM which doesn't have Cryptography wheels yet
6868
- name: Install Rust tools on Windows ARM
6969
if: matrix.os == 'windows-11-arm'
70-
uses: moonrepo/setup-rust@v1
70+
uses: actions-rust-lang/setup-rust-toolchain@v1
7171

7272
- name: Install dependencies
7373
run: |

0 commit comments

Comments
 (0)