Skip to content

Commit 1a15491

Browse files
authored
fix windows build
1 parent 8e98fce commit 1a15491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies (Windows)
3131
if: runner.os == 'Windows'
32-
run: build.bat
32+
run: cmd /c build.bat
3333

3434
- name: Upload artifact (Windows)
3535
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)