Fixed gitea workflow.
This commit is contained in:
parent
9ab62d0545
commit
6cba7d6698
@ -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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user