Skip to content

Commit dd681c9

Browse files
Add git submodule update command before build
1 parent e022209 commit dd681c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Build
2929
run: |
30+
git submodule update --recursive --remote
3031
sed -i '/COMPILE_DEFINITIONS "MyRelease"/d' CMakeLists.txt
3132
mkdir build
3233
cd build

0 commit comments

Comments
 (0)