Skip to content

Commit

Permalink
Fix openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeep committed Oct 1, 2023
1 parent 3312cd1 commit ec9f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
Copy-Item "C:\msys64\mingw64\lib\libssl.*" -Destination "D:\a\_temp\gnat-2021-20210519-x86_64-windows64-bin\lib"
Copy-Item "C:\msys64\mingw64\lib\libcrypto.*" -Destination "D:\a\_temp\gnat-2021-20210519-x86_64-windows64-bin\lib"
mkdir bin
Copy-Item "C:\msys64\mingw64\bin\libcrypto-1_1-x64.dll" -Destination "bin"
Copy-Item "C:\msys64\mingw64\bin\libcrypto-*-x64.dll" -Destination "bin"
Copy-Item "C:\msys64\mingw64\share\licenses\openssl\LICENSE" -Destination ".\LICENSE.OpenSSL"
- name: Build release
Expand Down

0 comments on commit ec9f281

Please sign in to comment.