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 edaabd7 commit 0a3d5b5
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 @@ -56,8 +56,9 @@ jobs:
run: |
# First make sure python would resolve to the windows native python, not mingw one
echo "C:/msys64/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "C:/langs/msys64/mingw64" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "${{ env.pythonLocation }}" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Set OpenSSL Root Directory
run: echo "OPENSSL_ROOT_DIR=C:/langs/msys64/mingw64" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8
- uses: actions/checkout@v4
- name: Install mgconsole
run: |
Expand Down

0 comments on commit 0a3d5b5

Please sign in to comment.