Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows (VS 2022/Ninja) #257

Merged
merged 11 commits into from
Mar 3, 2022
Prev Previous commit
Next Next commit
set OPENSSL_ROOT_DIR
  • Loading branch information
sreimers committed Mar 3, 2022

Verified

This commit was signed with the committer’s verified signature.
sanjayankur31 Ankur Sinha
commit 97036e4d30daea4e7626a2fd62a1f44e508d4cbd
2 changes: 2 additions & 0 deletions .github/workflows/cmake_win.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,8 @@ jobs:
shell: cmd
run: |
call "${{ matrix.config.environment_script }}"
dir "C:\Program Files"
set OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
cmake --version
cmake -S . -B build -G "${{ matrix.config.generators }}"
cmake --build build