diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index dcc999e..3949da6 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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"