mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +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:
parent
a26df33dfb
commit
48aad8ff4f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue