mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Update the MXE Version Used to Build the Windows Version.
This fixes the missing 'Print' functionality in Windows. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
4f7d567571
commit
a898173ce7
2 changed files with 10 additions and 5 deletions
|
@ -12,8 +12,9 @@ jobs:
|
|||
windows-mxe:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VERSION: ${{ '3.3.0' }} # 'official' images should have a dot-zero version
|
||||
mxe_sha: '974808c2ecb02866764d236fe533ae57ba342e7a'
|
||||
VERSION: ${{ '3.4.0' }} # 'official' images should have a dot-zero version
|
||||
# Fix this here as QTWebKit (needed for printing) is broken in newer versions
|
||||
mxe_sha: 'd6377b2f2334694dbb040294fd0d848327e63328'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue