File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments