Update build-windows.yml

This commit is contained in:
oxmc
2024-05-08 11:43:47 -07:00
committed by GitHub
parent f592b95d5f
commit 3812eec14c
+1 -1
View File
@@ -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"