From 73b4790e9d1bf5f0e23a922c3d3b44208f7006a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 15 May 2021 02:13:05 +0200 Subject: [PATCH] :wrench: Update CI --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/windows.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9b15904e..41435d59 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 --recursive util ast libcmdapp + git submodule update --init --recursive 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 d6a40d60..52d76ddc 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 --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Build Gwion run: make diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 20ba3b31..47a37f4d 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 --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Download tool run: | diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 15635162..0344aa8d 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 --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Build run: make diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 18a65263..d7accce0 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 --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Build run: make diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f4d045d5..b2107270 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: SubModules - run: git submodule update --init --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Build if: ${{ matrix.os != 'windows-latest' }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cccbd912..761f5019 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 --recursive util ast libcmdapp + run: git submodule update --init --recursive - name: Build run: make -- 2.43.0