Skip to content

Commit fa4319c

Browse files
committed
Merge branch 'update_windows_mxe_version' into origin_master
2 parents 560310f + cfcaf07 commit fa4319c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-mxe-dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
VERSION: ${{ '3.4.0' }} # 'official' images should have a dot-zero version
16-
mxe_sha: 'db430dc676e6f5d77604af150b8acc1403af4fd7'
16+
# Fix this here as QTWebKit (needed for printing) is broken in newer versions
17+
mxe_sha: 'd6377b2f2334694dbb040294fd0d848327e63328'
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)