Skip to content

Commit

Permalink
CHECK_VERSION=OFF for windows_mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Dec 5, 2023
1 parent 7998668 commit cac72f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
tar
- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON -DCHECK_VERSION=OFF
# -DWITH_OPENSSL=ON was not able to make it work (some strange issues with CA paths, need debug)
# -DCHECK_VERSION=OFF since it requires git, which can't be found from within cmake for some reason.

- name: Build
run: cmake --build build --config ${{env.BUILD_TYPE}} --target all
Expand Down

0 comments on commit cac72f5

Please sign in to comment.