mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
CI: Disable debugger on mingw32
nlohmann-json MSYS2 package is no longer provided for mingw32.
This commit is contained in:
@@ -10,8 +10,10 @@ jobs:
|
||||
include:
|
||||
- sys: mingw32
|
||||
package: "system3-sdl2-32bit"
|
||||
deps: ""
|
||||
- sys: ucrt64
|
||||
package: "system3-sdl2-64bit"
|
||||
deps: "nlohmann-json:p"
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
@@ -26,7 +28,7 @@ jobs:
|
||||
SDL2:p
|
||||
SDL2_ttf:p
|
||||
rtmidi:p
|
||||
nlohmann-json:p
|
||||
${{ matrix.deps }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user