Fixed workflow.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 20s
Build & Release / Linux-AMD64-Build (push) Successful in 1m22s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m20s

This commit is contained in:
Arron David Nelson 2024-02-05 21:35:21 -08:00
parent 13328b8d14
commit af12c67aa1

View File

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