Let's run the git submodule command

This commit is contained in:
Zach Bacon 2021-10-03 16:57:32 -04:00
parent 24ecb82fb1
commit 2011a5cc9c
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
mingw-w64-clang-x86_64-SDL2 mingw-w64-clang-x86_64-SDL2
- name: Configure - name: Configure
run: >- run: >-
git submodule update --init --remote --recursive
cmake -B build -G Ninja cmake -B build -G Ninja
- name: Build - name: Build
run: ninja -C build run: ninja -C build