Skip to content

Commit 5d8be3b

Browse files
author
pfeatherstone
committed
please work
1 parent 782a76a commit 5d8be3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install dependencies
20-
run: choco install cmake openssl --yes
20+
run: choco install --no-progress --yes cmake openssl
2121

2222
- name: Run CMake configuration and build
2323
run: |
24-
cmake examples -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR="C:/Program Files/OpenSSL-Win64" -DOPENSSL_USE_STATIC_LIBS=TRUE
24+
cmake examples -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL\" -DOPENSSL_USE_STATIC_LIBS=TRUE
2525
cmake --build build --parallel
2626
2727
- name: Run Unit Tests

0 commit comments

Comments
 (0)