Skip to content

Commit 36ce538

Browse files
committed
Debugging macos/windows build action 7.
1 parent 043620d commit 36ce538

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
update: true
3232
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
3333
- name: Build
34-
set MSYSTEM=MINGW64
35-
run: msys2 -c 'scons'
34+
run: |
35+
set MSYSTEM=MINGW64
36+
msys2 -c 'scons'
3637
3738
test_MacOS:
3839

0 commit comments

Comments
 (0)