Skip to content

Commit

Permalink
check v145
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 17, 2024
1 parent 325821d commit f31cc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
strategy:
matrix:
os: [ "windows-2022"]
vs-toolset: [ "v144", "v145" ]
vs-toolset: [ "v145" ]
cxxstd: ["14", "17", "20"]

# include:
Expand Down
2 changes: 2 additions & 0 deletions tests/cmake_integration/test_cmake_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ test_application() {
done
}

rm -rf ${HIGHFIVE_BUILD_DIR} || true

cmake -DHIGHFIVE_EXAMPLES=OFF \
-DHIGHFIVE_UNIT_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX="${HIGHFIVE_INSTALL_DIR}" \
Expand Down

0 comments on commit f31cc1c

Please sign in to comment.