I'm still learning github actions it seems
This commit is contained in:
parent
227c1d69b3
commit
bdc79bbe20
|
@ -27,7 +27,8 @@ jobs:
|
|||
mingw-w64-clang-x86_64-SDL2
|
||||
- name: Configure
|
||||
run: >-
|
||||
git submodule update --init --remote --recursive
|
||||
"C:\Program Files\Git\bin\git.exe" submodule update --init --remote --recursive
|
||||
run: >-
|
||||
cmake -B build -G Ninja
|
||||
- name: Build
|
||||
run: ninja -C build
|
||||
|
|
Loading…
Reference in New Issue