Skip to content

Commit 0281e6a

Browse files
committed
fix
1 parent 73d9212 commit 0281e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
mkdir build
112112
cd build
113113
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
114-
cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release --CMAKE_INSTALL_PATH=%INSTALLDIR%
114+
cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release --CMAKE_INSTALL_PREFIX=%INSTALLDIR%
115115
cmake --build .
116116
if: runner.os == 'Windows'
117117

0 commit comments

Comments
 (0)