Skip to content

Commit

Permalink
Disable BUILD_TESTING on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 18, 2023
1 parent 39f0427 commit 2e5253a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: windows-2019
install_dir: C:\libKeyFinder
cmake_extras: >-
-DBUILD_TESTING=OFF
-DVCPKG_TARGET_TRIPLET=x64-windows-static
-DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake_config: --config RelWithDebInfo
Expand Down

0 comments on commit 2e5253a

Please sign in to comment.