Skip to content

Commit 1f48f0f

Browse files
Updated linux-builds.yml to fix broken Ubuntu 22.04 workflow
1 parent 54c2bd0 commit 1f48f0f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/linux-builds.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,13 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- uses: actions/checkout@v2
29-
- name: Cache Qt
30-
id: cache-qt-6-4
31-
uses: actions/cache@v1 # not v2!
32-
with:
33-
path: ../Qt/6.4.2
34-
key: ${{ runner.os }}-QtCache-Qt6-4
35-
3629
- name: Install Qt
3730
uses: jurplel/install-qt-action@v2
3831
with:
3932
version: 6.4.2
4033
host: linux
4134
target: desktop
4235
install-deps: true
43-
cached: ${{ steps.cache-qt-6-4.outputs.cache-hit }}
4436
setup-python: false
4537
tools: ''
4638
tools-only: false

0 commit comments

Comments
 (0)