Added vcpkg.

This commit is contained in:
2024-09-29 21:06:30 -07:00
parent 9bd3e1cd8d
commit d870599a60
3 changed files with 9 additions and 5 deletions

View File

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