diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-08-21 17:04:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 17:04:24 +0200 |
| commit | 4c398d633f4ef85f68608d51f254111b0d105e63 (patch) | |
| tree | 5cb02e8273b5dc0fcfce735ec2b9981bbeeb19c1 | |
| parent | 6daaccaa4319d074217885099eb038cf011db9e7 (diff) | |
fix zlib vi (#917)
| -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 |
