Fixed workflow.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 4s
Build & Release / Windows-AMD64-Build (push) Failing after 9s
Build & Release / Linux-AARCH64-Build (push) Failing after 8s

This commit is contained in:
Karutoh 2025-03-28 23:58:38 -07:00
parent 3b27d2f194
commit 0df6a01e17

View File

@ -15,7 +15,6 @@ jobs:
- name: Building/Compiling/Installing Project - name: Building/Compiling/Installing Project
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default . cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cd build cd build
cmake --build . --config Release cmake --build . --config Release
@ -56,7 +55,6 @@ jobs:
- name: Building/Compiling/Installing Project - name: Building/Compiling/Installing Project
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -DCMAKE_BUILD_TYPE=Release . cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release cmake --build . --config Release
@ -87,7 +85,6 @@ jobs:
- name: Building/Compiling/Installing Project - name: Building/Compiling/Installing Project
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -DCMAKE_BUILD_TYPE=Release . cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release cmake --build . --config Release