Skip to content

Commit

Permalink
static openssl link win 7
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 19, 2023
1 parent 71ced87 commit d16c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Other win prep
if: matrix.os == 'windows-latest'
run: |
dir "C:\msys64\mingw64\bin\openssl"
dir "C:\mingw64\bin\openssl"
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 d16c85b

Please sign in to comment.