Skip to content

Commit 5fe2a3e

Browse files
Fixed workflows/linux-builds.yml warnings
1 parent 1d1fb9a commit 5fe2a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: cache-qt-6-4
1414
uses: actions/cache@v3
1515
with:
16-
path: ../Qt/6.4.2
16+
path: Qt/6.4.2
1717
key: ${{ runner.os }}-QtCache-Qt6-4
1818

1919
- name: Install Qt
@@ -27,6 +27,7 @@ jobs:
2727
setup-python: true
2828
tools: ''
2929
tools-only: false
30+
dir: 'Qt' # This ensures Qt is installed in ./Qt
3031

3132
- name: Ubuntu and Qt version
3233
run: |

0 commit comments

Comments
 (0)