Update build-windows.yml
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
run: choco install mingw
|
||||
|
||||
- name: Set up OpenSSL
|
||||
run: powershell.exe ${{ github.workspace }}\.github\workflows\installOpenSSL.ps1
|
||||
run: powershell.exe "${{ github.workspace }}\.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