File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 uses : actions/cache/restore@v4
6161 with :
6262 path : vcpkg/binary-sources/**/*.zip
63- key : vcpkg-cache-${{hashFiles('vcpkg.json', 'vcpkg/commit.txt')}}
63+ key : vcpkg-cache-linux- ${{hashFiles('vcpkg.json', 'vcpkg/commit.txt')}}
6464
6565 - name : CMake - Configure
6666 run : cmake --preset=x64-linux .
Original file line number Diff line number Diff line change 6464 uses : actions/cache/restore@v4
6565 with :
6666 path : vcpkg\binary-sources\**\*.zip
67- key : vcpkg-cache-${{hashFiles('vcpkg.json', 'vcpkg\commit.txt')}}
67+ key : vcpkg-cache-windows- ${{hashFiles('vcpkg.json', 'vcpkg\commit.txt')}}
6868
6969 - name : CMake - Configure
7070 run : cmake --preset=x64-windows .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include(FetchContent)
66
77# disable adding CTest build targets like "NightlyStart" (before ctest include)
88set_property (GLOBAL PROPERTY CTEST_TARGETS_ADDED 1)
9- configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /cmake /CTestCustom.cmake.in" "CTestCustom.cmake" @ONLY)
9+ configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /CMake /CTestCustom.cmake.in" "CTestCustom.cmake" @ONLY)
1010include (CTest)
1111
1212# Set the C++ standard to C++23
@@ -35,7 +35,7 @@ endif()
3535
3636find_package (ICU REQUIRED COMPONENTS i18n uc data)
3737find_package (Microsoft.GSL CONFIG REQUIRED)
38- find_package (LibGit2 CONFIG REQUIRED)
38+ find_package (libgit2 CONFIG REQUIRED)
3939find_package (OpenSSL REQUIRED)
4040
4141add_library (hk_objects OBJECT
You can’t perform that action at this time.
0 commit comments