Skip to content

Commit

Permalink
Fix appveyor vcpkg cache directory
Browse files Browse the repository at this point in the history
vcpkg in manifest mode creates the vcpkg_installed directory in the build directory
  • Loading branch information
scribam committed Jul 26, 2024
1 parent a00fca9 commit 94db2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ test_script:
IF %RUN_TESTS%==yes ( ctest -C %CMAKE_CONFIG% --output-on-failure )
cache:
- c:\tools\vcpkg\installed\
- build/vcpkg_installed

0 comments on commit 94db2b5

Please sign in to comment.