1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fully specify Qt version on the CI

To workaround https://github.com/jurplel/install-qt-action/issues/269.
This commit is contained in:
Joshua Goins 2025-02-01 11:02:23 -05:00
parent a26df33dfb
commit 48aad8ff4f

View file

@ -9,7 +9,7 @@ on:
env:
CMAKE_BUILD_PARALLEL_LEVEL: 2
MAKEFLAGS: '-j 2'
QT_VERSION: 6.8 # Keep in sync with CMakeLists.txt
QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt
KF_VERSION: v6.10.0 # Ditto
KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2
@ -52,7 +52,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "${{ env.QT_VERSION }}.*"
version: "${{ env.QT_VERSION }}"
cache: true
- name: Set reusable strings