Skip to content

Commit a03d05a

Browse files
committed
fix check
1 parent a96b165 commit a03d05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Windows only, install wget
20-
if: ${{ runner.os == 'windows-latest' }}
20+
if: ${{ runner.os == 'Windows' }}
2121
run: |
2222
choco install wget --no-progress
2323
- name: Install nodejs dependencies

0 commit comments

Comments
 (0)