Skip to content

Commit 1150826

Browse files
committed
Debugging macos/windows build action 8.
1 parent 36ce538 commit 1150826

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
with:
3030
msystem: MINGW64
3131
update: true
32-
install: scons pkg-config mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-bullet mingw-w64-x86_64-curl mingw-w64-x86_64-libvorbis
32+
install: scons pkg-config mingw-w64-x86_64-python mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-bullet mingw-w64-x86_64-curl mingw-w64-x86_64-libvorbis
3333
- name: Build
34-
run: |
35-
set MSYSTEM=MINGW64
36-
msys2 -c 'scons'
34+
run: scons
3735

3836
test_MacOS:
3937

0 commit comments

Comments
 (0)