From 987b5fc2a45995f335f295efd410a5638f753a79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 11 Mar 2021 03:15:59 +0100 Subject: [PATCH] :wrench: Update CI --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/linux-release.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows-release.yml | 2 +- .github/workflows/windows.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 22f84fb4..9b15904e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8acaea62..d6a40d60 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a08766f1..20ba3b31 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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: | diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 52df2f6d..0d14222c 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -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 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f3397d16..15635162 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 775963d5..18a65263 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 45b8b3ea..84e1033a 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d88062f3..cccbd912 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- 2.43.0