I'm still learning github actions it seems

This commit is contained in:
Zach Bacon 2021-10-03 17:08:07 -04:00
parent 227c1d69b3
commit bdc79bbe20
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 2 additions and 1 deletions

View File

@ -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