Skip to content

Commit

Permalink
fix: change windows legacy builds to 64 bit
Browse files Browse the repository at this point in the history
Signed-off-by: Lenny McLennington <lenny@sneed.church>
  • Loading branch information
LennyMcLennington committed Feb 19, 2023
1 parent 9ee8f01 commit e4211fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- os: windows-2022
name: "Windows-Legacy"
msystem: mingw32
msystem: mingw64
qt_ver: 5

- os: windows-2022
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
cd ${{ env.INSTALL_DIR }}
if [ "${{ matrix.qt_ver }}" == "5" ]; then
cp /mingw32/bin/libcrypto-3.dll /mingw32/bin/libssl-3.dll ./
cp /mingw64/bin/libcrypto-3-x64.dll /mingw64/bin/libssl-3-x64.dll ./
fi
- name: Package (Windows, portable)
Expand Down

0 comments on commit e4211fe

Please sign in to comment.