Skip to content

Commit ad610fe

Browse files
committed
Fix CI
1 parent f1d0ae9 commit ad610fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
/opt/Qt/5*
6767
key: ${{ runner.os }}-qt5-deps-${{ hashFiles('CMakeLists.txt') }}
6868

69+
- name: Set CMAKE_PREFIX_PATH for Qt5
70+
run: echo "CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt5" >> $GITHUB_ENV
71+
6972
- name: Configure CMake for Qt5
7073
run: cmake -B build_qt5 -DQT_VERSION=5
7174

@@ -144,6 +147,9 @@ jobs:
144147
/opt/Qt/6*
145148
key: ${{ runner.os }}-qt6-deps-${{ hashFiles('CMakeLists.txt') }}
146149

150+
- name: Set CMAKE_PREFIX_PATH for Qt6
151+
run: echo "CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt6" >> $GITHUB_ENV
152+
147153
- name: Configure CMake for Qt6
148154
run: cmake -B build_qt6 -DQT_VERSION=6
149155

0 commit comments

Comments
 (0)