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 ba795d0 commit 1c5c106Copy full SHA for 1c5c106
.github/workflows/windows.yml
@@ -13,9 +13,6 @@ jobs:
13
os: [windows-2022, windows-2019]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - name: Install build environment
17
- run: |
18
- choco install --no-progress openssl
19
- uses: actions/checkout@v2
20
with:
21
submodules: recursive
bin/build-tests.rb
@@ -86,7 +86,7 @@ def run(*args)
86
87
Dir.chdir(BUILD_DIR) do
88
if RUBY_PLATFORM =~ /mswin|mingw/
89
- CB_CMAKE_EXTRAS << "-DOPENSSL_ROOT_DIR=C:/Program Files/OpenSSL-Win64"
+ CB_CMAKE_EXTRAS << "-DOPENSSL_ROOT_DIR=C:/Program Files/OpenSSL"
90
else
91
CB_CMAKE_EXTRAS << "-DCMAKE_C_COMPILER=#{CB_CC}" << "-DCMAKE_CXX_COMPILER=#{CB_CXX}"
92
end
0 commit comments