Skip to content

Commit 37dde69

Browse files
committed
Fix CI
1 parent 72127e7 commit 37dde69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: actions/cache@v3
2121
with:
2222
path: |
23-
/usr/local/Qt/5*
24-
/opt/Qt/5*
23+
/usr/lib/x86_64-linux-gnu/qt5
24+
/usr/share/qt5
2525
key: ${{ runner.os }}-qt5-deps-${{ hashFiles('CMakeLists.txt') }}
2626

2727
- name: Install Qt5 dependencies
@@ -41,8 +41,8 @@ jobs:
4141
uses: actions/cache@v3
4242
with:
4343
path: |
44-
/usr/local/Qt/6*
45-
/opt/Qt/6*
44+
/usr/lib/x86_64-linux-gnu/qt6
45+
/usr/share/qt6
4646
key: ${{ runner.os }}-qt6-deps-${{ hashFiles('CMakeLists.txt') }}
4747

4848
- name: Install Qt6 dependencies
@@ -62,8 +62,8 @@ jobs:
6262
uses: actions/cache@v3
6363
with:
6464
path: |
65-
/usr/local/Qt/5*
66-
/opt/Qt/5*
65+
/usr/lib/x86_64-linux-gnu/qt5
66+
/usr/share/qt5
6767
key: ${{ runner.os }}-qt5-deps-${{ hashFiles('CMakeLists.txt') }}
6868

6969
- name: Set CMAKE_PREFIX_PATH for Qt5
@@ -143,8 +143,8 @@ jobs:
143143
uses: actions/cache@v3
144144
with:
145145
path: |
146-
/usr/local/Qt/6*
147-
/opt/Qt/6*
146+
/usr/lib/x86_64-linux-gnu/qt6
147+
/usr/share/qt6
148148
key: ${{ runner.os }}-qt6-deps-${{ hashFiles('CMakeLists.txt') }}
149149

150150
- name: Set CMAKE_PREFIX_PATH for Qt6

0 commit comments

Comments
 (0)