Skip to content

Commit

Permalink
Fix openssl_root_dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jun 19, 2024
1 parent 102aa05 commit 4469727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
- name: Add mingw64 to PATH
run: |
# First make sure python would resolve to the windows native python, not mingw one
echo "C:/langs/msys64" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "C:/msys64/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "${{ env.pythonLocation }}" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- uses: actions/checkout@v4
- name: Install mgconsole
run: |
$env:OPENSSL_ROOT_DIR = "C:/langs/msys64/mingw64"
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit 4469727

Please sign in to comment.