We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 560310f + cfcaf07 commit fa4319cCopy full SHA for fa4319c
.github/workflows/windows-mxe-dockerimage.yml
@@ -13,7 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
VERSION: ${{ '3.4.0' }} # 'official' images should have a dot-zero version
16
- mxe_sha: 'db430dc676e6f5d77604af150b8acc1403af4fd7'
+ # Fix this here as QTWebKit (needed for printing) is broken in newer versions
17
+ mxe_sha: 'd6377b2f2334694dbb040294fd0d848327e63328'
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments