We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ce538 commit 1150826Copy full SHA for 1150826
.github/workflows/build.yml
@@ -29,11 +29,9 @@ jobs:
29
with:
30
msystem: MINGW64
31
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
+ 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
33
- name: Build
34
- run: |
35
- set MSYSTEM=MINGW64
36
- msys2 -c 'scons'
+ run: scons
37
38
test_MacOS:
39
0 commit comments