This commit is contained in:
2024-09-03 05:37:23 -07:00
parent 6afa08df82
commit 25762b0c29
7 changed files with 163 additions and 309 deletions

View File

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