Skip to content

Commit 201aded

Browse files
committed
fixup! .github/workflows/ci.yml: test Windows on ARM.
1 parent 01bf3f8 commit 201aded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
set
4646
4747
- name: Install Rust
48-
- shell: bash
4948
if: ${{ runner.os == 'Windows' }} && ${{ runner.arch == "ARM64" }}
49+
shell: bash
5050
run: |
5151
if ! which cargo > /dev/null 2>&1; then
5252
curl -sSf -o rustup-init.exe https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe

0 commit comments

Comments
 (0)