Skip to content

Commit

Permalink
Try 24 ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Aug 24, 2024
1 parent 1faba59 commit 18be18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
# run: |
# Get-ChildItem C: -Recurse -Name "libssl.dll.a"

- name: Add mingw${{ matrix.arch.mingw }} to PATH and define OPENSSL_LIB_DIR
- name: Define required environment variables
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:/msys64/mingw${{ matrix.arch.mingw }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
echo "OPENSSL_LIB_DIR=D:/a/_temp/msys64/mingw${{ matrix.arch.mingw }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 18be18a

Please sign in to comment.