Fixed gitea workflow.

This commit is contained in:
Karutoh 2025-03-25 18:35:52 -07:00
parent 9ab62d0545
commit 6cba7d6698

View File

@ -25,7 +25,7 @@ jobs:
vcpkg install
mkdir build
cd build
cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake ..
cmake --build . --config Release
cmake --install .