Fix build pipelines (#894)

This commit is contained in:
2024-12-06 21:08:16 +01:00
parent d16a88a9bc
commit d1d1ba6c08
4 changed files with 0 additions and 16 deletions
-4
View File
@@ -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
-4
View File
@@ -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
-4
View File
@@ -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
-4
View File
@@ -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