We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782a76a commit 5d8be3bCopy full SHA for 5d8be3b
.github/workflows/windows_msvc.yml
@@ -17,11 +17,11 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Install dependencies
20
- run: choco install cmake openssl --yes
+ run: choco install --no-progress --yes cmake openssl
21
22
- name: Run CMake configuration and build
23
run: |
24
- cmake examples -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR="C:/Program Files/OpenSSL-Win64" -DOPENSSL_USE_STATIC_LIBS=TRUE
+ cmake examples -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL\" -DOPENSSL_USE_STATIC_LIBS=TRUE
25
cmake --build build --parallel
26
27
- name: Run Unit Tests
0 commit comments