Skip to content

Commit 46abc83

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
set
4646
4747
- name: Install Rust
48-
if: ${{ runner.os == 'Windows' }} && ${{ runner.arch == "ARM64" }}
48+
if: ${{ runner.os == 'Windows' }} && ${{ runner.arch == 'ARM64' }}
4949
shell: bash
5050
run: |
5151
if ! which cargo > /dev/null 2>&1; then

0 commit comments

Comments
 (0)