diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index efbc04fa..1c3b1d89 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -59,10 +59,6 @@ jobs: - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2.0.0 - - name: Fetch submodules - run: | - git submodule update --init --recursive - - name: Build CMake Files run: cmake -S . -B build -A Win32 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8794032..4304d6a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,10 +43,6 @@ jobs: - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2.0.0 - - name: Fetch submodules - run: | - git submodule update --init --recursive - - name: Build CMake Files run: cmake -S . -B build -A Win32 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8a60a45f..1b0d599c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,10 +49,6 @@ jobs: with: fetch-depth: 0 - - name: Fetch submodules - run: | - git submodule update --init --recursive - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/version_check.yaml b/.github/workflows/version_check.yaml index f52c659f..2a97daba 100644 --- a/.github/workflows/version_check.yaml +++ b/.github/workflows/version_check.yaml @@ -38,10 +38,6 @@ jobs: id: getLatestTag uses: WyriHaximus/github-action-get-previous-tag@v1 - - name: Fetch submodules - run: | - git submodule update --init --recursive - - name: Build CMake Files run: cmake -S . -B build -A Win32