Fixed workflow.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 18s
Build & Release / Linux-AMD64-Build (push) Successful in 1m25s
Build & Release / Linux-AARCH64-Build (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-02-05 21:21:26 -08:00
parent 61c7183636
commit 0c599bc25e

View File

@ -62,7 +62,7 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake --build . --config Release
cmake --install .
@ -104,7 +104,7 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake -DCMAKE_BUILD_TYPE=Release -DLINUX_WINDOW_SYSTEM:STRING=XCB .
cmake --build . --config Release
cmake --install .