Skip to content

Commit

Permalink
Try setting VCPKG_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Jun 12, 2023
1 parent 69f3b91 commit 097d954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ jobs:
run: |
call micromamba activate build_env
if %errorlevel% neq 0 exit /b %errorlevel%
@rem Used by CMake
set VCPKG_ROOT=C:\vcpkg
if %errorlevel% neq 0 exit /b %errorlevel%
cmake -B build ^
-D CMAKE_PREFIX_PATH=C:\vcpkg\installed\x64-windows-static\ ^
-D CMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
Expand Down

0 comments on commit 097d954

Please sign in to comment.