diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-08-22 01:13:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 01:13:06 +0200 |
| commit | faf67b87cd3de53f103bfdd08b66808093e1a849 (patch) | |
| tree | 64257d0cd6a658e888aa651c73bc4fe047b84e3c | |
| parent | 98682ae13f0c1d5d65c9614caae4d73603bad0bd (diff) | |
| parent | 4c398d633f4ef85f68608d51f254111b0d105e63 (diff) | |
Merge branch 'master' into fix-option-scaling
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0050b183..e2f77e54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: cd QtApng cd src/3rdparty chmod +x get_libs.sh - ./get_libs.sh 1.2.13 1.6.37 + ./get_libs.sh 1.3 1.6.37 cd ../.. qmake CONFIG+=install_ok QMAKE_CXXFLAGS+="-fno-sized-deallocation" QT_PLATFORM=${{matrix.platform}} ${{steps.qt.outputs.make}} qmake_all |
