Skip to content

Commit

Permalink
Try 7 ssl, ls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Aug 24, 2024
1 parent 46461e3 commit 9a10e81
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 @@ -124,12 +124,12 @@ jobs:
ls "C:/"
ls "C:/msys64"
ls "C:/msys64/mingw${{ matrix.arch.mingw }}"
ls "C:/msys64/mingw${{ matrix.arch.mingw }}/lib/"
ls "C:/msys64/mingw${{ matrix.arch.mingw }}/lib"
- name: Add mingw${{ matrix.arch.mingw }} to PATH
run: |
echo "C:/msys64/mingw${{ matrix.arch.mingw }}/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "C:/msys64/mingw${{ matrix.arch.mingw }}/lib" | Out-File -Append -FilePath $env:OPENSSL_LIB_DIR -Encoding utf8
echo "OPENSSL_LIB_DIR=C:/msys64/mingw${{ matrix.arch.mingw }}/lib" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9a10e81

Please sign in to comment.