Skip to content

Commit 29bf8b5

Browse files
Update git submodule command in build-debug.yml
1 parent dd681c9 commit 29bf8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-debug.yml

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

0 commit comments

Comments
 (0)