Merge pull request #1555 from LennyMcLennington/fix-windows-builds-again-for-real-this-time

fix: change windows legacy builds to 64 bit
This commit is contained in:
Lenny McLennington 2023-02-19 05:16:39 +00:00 committed by GitHub
commit 9b41a3bd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
- os: windows-2022
name: "Windows-Legacy"
msystem: mingw32
msystem: mingw64
qt_ver: 5
- os: windows-2022
@ -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)