]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update CI
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 11 Mar 2021 02:15:59 +0000 (03:15 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 11 Mar 2021 02:15:59 +0000 (03:15 +0100)
.github/workflows/codeql-analysis.yml
.github/workflows/coverage.yml
.github/workflows/coverity.yml
.github/workflows/linux-release.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows-release.yml
.github/workflows/windows.yml

index 22f84fb447d13910a23cf7850fbc3eca741e7f77..9b15904e332625c763e1886ad5e5f0fde338bab7 100644 (file)
@@ -52,7 +52,7 @@ jobs:
         # queries: ./path/to/local/query, your-org/your-repo/queries@main
 
     - run: |
-        git submodule update --init util ast libcmdapp
+        git submodule update --init --recursive util ast libcmdapp
         make
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)
index 8acaea62580b049bc2a9448a47c44537004c2a2c..d6a40d60458bdcfe45b089a66398891f0147f57f 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build Gwion
       run: make
index a08766f18d466544043336b885fcbe55493d8ca0..20ba3b31403dff61a0331e45df26d26385507c11 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Download tool
       run: |
index 52df2f6d2df1cad2179b1f45afb38eba0e2a6fcd..0d14222c9f74fb3be44535fb0dbaac7528174ae6 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: SubModules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build
       run: make
index f3397d1687c73d139be9bef0e11d0b2ca5fb18c8..15635162c82e70f516e8cf7cbc425ee045b10d89 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build
       run: make
index 775963d5568717304678fee671bf455c2c3a113a..18a65263fb4e3347c0491e43f6190bd026d6c76f 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Init submodules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build
       run: make
index 45b8b3eab0403c7b57631cd48100c51cc88dd1a4..84e1033a08fd73f8d3c964068e23bafe938e3204 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: SubModules
-      run: git submodule update --init util ast libcmdapp
+      run: git submodule update --init --recursive util ast libcmdapp
 
     - name: Build
       run: make
index d88062f37531e7e72432bf69dca7d4ad55bfc33f..cccbd912c0c64db52d89210afdbee347959c4d5f 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Init submodules
-        run: git submodule update --init util ast libcmdapp
+        run: git submodule update --init --recursive util ast libcmdapp
 
       - name: Build
         run: make