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

Commit

Permalink
Fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerbo committed Sep 15, 2022
1 parent 95d4445 commit d65059a
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 @@ -179,7 +179,7 @@ jobs:

- name: Install OpenSSL
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'
tar -xf mingw-w64-x86_64-openssl-1.1.1.q-1-any.pkg.tar.zst'

- name: Patch Qt
run: 'rm $WIN_TEMP_PATH/bin/moc.exe &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:

- name: Install OpenSSL
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'
tar -xf mingw-w64-x86_64-openssl-1.1.1.q-1-any.pkg.tar.zst'

- name: Patch Qt
run: 'rm $WIN_TEMP_PATH/bin/moc.exe &&
Expand Down

0 comments on commit d65059a

Please sign in to comment.