Skip to content

Commit 1725351

Browse files
CI
1 parent 0a6db6c commit 1725351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
msbuild raylib.sln /target:raylib /property:Configuration=Release
5151
copy raylib\Release\raylib.lib ..\..
5252
cd ..\..
53+
shell: cmd
5354

5455
- name: Build raylib-python-cffi
5556
run: |
@@ -61,6 +62,7 @@ jobs:
6162
del raylib\dynamic\*.dylib >nul 2>&1
6263
del raylib\dynamic\32bit\* >nul 2>&1
6364
python setup.py bdist_wheel
65+
shell: cmd
6466

6567
- name: Upload build Artifact wheel
6668
uses: actions/[email protected]

0 commit comments

Comments
 (0)