Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update OpenSSL version in windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerbo committed Sep 15, 2022
1 parent 8afd754 commit 95d4445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
cp -r 5.15.2/mingw81_64/* $WIN_TEMP_PATH'

- name: Install OpenSSL
run: 'wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-openssl-1.1.1.h-1-any.pkg.tar.zst &&
run: 'wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-openssl-1.1.1.q-1-any.pkg.tar.zst &&
tar -xf mingw-w64-x86_64-openssl-1.1.1.h-1-any.pkg.tar.zst'

- name: Patch Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
cp -r 5.15.2/mingw81_64/* $WIN_TEMP_PATH'

- name: Install OpenSSL
run: 'wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-openssl-1.1.1.h-1-any.pkg.tar.zst &&
run: 'wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-openssl-1.1.1.q-1-any.pkg.tar.zst &&
tar -xf mingw-w64-x86_64-openssl-1.1.1.h-1-any.pkg.tar.zst'

- name: Patch Qt
Expand Down

0 comments on commit 95d4445

Please sign in to comment.