Update build-windows.yml
This commit is contained in:
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: choco install mingw
|
||||
|
||||
- name: Set up OpenSSL
|
||||
run: powershell.exe ./github/workflow/installOpenSSL.ps1
|
||||
run: powershell.exe ./github/workflows/installOpenSSL.ps1
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B "${{github.workspace}}\build" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DOPENSSL_ROOT_DIR="C:\ProgramData\chocolatey\lib\openssl"
|
||||
|
Reference in New Issue
Block a user