Skip to content

Commit

Permalink
Try 22 ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Aug 24, 2024
1 parent f844919 commit f515f8c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,16 @@ jobs:

- name: Figure out where is openssl
run: |
openssl version -a
openssl version -a # NOTE: This gives non-MinGW SSL
# - name: Figure out where is openssl
# run: |
# Get-ChildItem C: -Recurse -Name "libssl.a"
- name: Figure out where is openssl
run: |
Get-ChildItem C: -Recurse -Name "libssl.dll.a"
- name: Add mingw${{ matrix.arch.mingw }} to PATH and define OPENSSL_LIB_DIR
run: |
echo "C:/msys64/mingw${{ matrix.arch.mingw }}/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
# echo "CMAKE_GENERATOR=MinGW Makefiles" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
# echo "OPENSSL_LIB_DIR=C:\\Program Files\\OpenSSL" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
echo "CMAKE_GENERATOR=MinGW Makefiles" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
echo "OPENSSL_LIB_DIR=C:/msys64/mingw${{ matrix.arch.mingw }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
- uses: actions/checkout@v2
Expand Down

0 comments on commit f515f8c

Please sign in to comment.