Skip to content

Commit 99450aa

Browse files
committed
Fix shell: cmd
1 parent 931c171 commit 99450aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
- name: Build sources
7373
run: |
7474
python configure.py build
75-
shell: cmd
7675
- name: Free up space
7776
run: |
7877
rmdir SuperBuild\download /s /q
7978
rmdir SuperBuild\build /s /q
79+
shell: cmd
8080
- name: Create setup
8181
run: |
8282
python configure.py dist

0 commit comments

Comments
 (0)