diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5975b94c4c7..935c4bda1c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -389,6 +389,11 @@ jobs: working-directory: release-artifacts shell: bash + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: "3.12" + - name: Format changes id: format-changes run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2af1cb559..61344090064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ - Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527) - Dev: Added `FlagsEnum::isEmpty`. (#5550) - Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529) -- Dev: Recent changes are now shown in the nightly release description. (#5553) +- Dev: Recent changes are now shown in the nightly release description. (#5553, #5554) ## 2.5.1