Skip to content

Commit

Permalink
static openssl link win 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 19, 2023
1 parent d16c85b commit 79564fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Other win prep
if: matrix.os == 'windows-latest'
run: |
dir "C:\mingw64\bin\openssl"
dir "C:\mingw64\bin\"
dir "C:\msys64\mingw64\bin"
echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit 79564fa

Please sign in to comment.