Skip to content

Commit

Permalink
Now it will surely work
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeep committed Feb 10, 2022
1 parent 2234cd4 commit 721939b
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 @@ -26,7 +26,7 @@ jobs:

- name: Install OpenSSL on MSYS2
run: |
C:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-openssl
C:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-openssl zip
Copy-Item -Path "C:\msys64\mingw64\include\openssl" -Destination "D:\a\_temp\gnat-2021-20210519-x86_64-windows64-bin\x86_64-w64-mingw32\include" -Recurse
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"
Expand Down

0 comments on commit 721939b

Please sign in to comment.