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

This commit is contained in:
Arron David Nelson 2024-02-05 21:39:50 -08:00
parent af12c67aa1
commit 738fa71402

View File

@ -20,8 +20,7 @@ jobs:
run: |
cd ${{ gitea.workspace }}
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cmake --build . --config Release
cmake --install .
cmake --build build --config Release
- name: Creating Appropriate Directories
run: |