We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e385 commit 024e4ffCopy full SHA for 024e4ff
.github/workflows/ci.yml
@@ -13,8 +13,8 @@ jobs:
13
- name: Updating submodule
14
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest' || matrix.os == 'windows-latest'
15
run: |
16
- git submodule update
17
-
+ git submodule update --init
+
18
- name: Building squick third party library for linux and macos
19
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
20
0 commit comments