Skip to content

Commit 024e4ff

Browse files
committed
Update ci.yml
1 parent ac1e385 commit 024e4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Updating submodule
1414
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest' || matrix.os == 'windows-latest'
1515
run: |
16-
git submodule update
17-
16+
git submodule update --init
17+
1818
- name: Building squick third party library for linux and macos
1919
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
2020
run: |

0 commit comments

Comments
 (0)