Added vcpkg.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 8s
Build & Release / Linux-AARCH64-Build (push) Failing after 13s
Build & Release / Windows-AMD64-Build (push) Failing after 30s

This commit is contained in:
Arron David Nelson 2024-09-30 19:48:07 -07:00
parent 5007a1047a
commit 0b77c074cf

View File

@ -21,6 +21,7 @@ jobs:
cd ${{ gitea.workspace }}
vcpkg install
cmake -A x64 -DCMAKE_BUILD_TYPE=Release .
ls
cd build
cmake --build . --config Release
cmake --install .