diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 625fd12d7..d09f23e51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 - modules: qt5compat + modules: qt5compat qtimageformats version: ${{ matrix.qt-version }} # WINDOWS diff --git a/CHANGELOG.md b/CHANGELOG.md index c35f6209f..954de89ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ - Dev: Add scripting capabilities with Lua (#4341, #4504) - Dev: Conan 2.0 is now used instead of Conan 1.0. (#4417) - Dev: Added tests and benchmarks for `LinkParser`. (#4436) -- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555) +- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555, #4556) - Dev: Removed `CHATTERINO_TEST` definitions. (#4526) - Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550)