We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c2bd0 commit 1f48f0fCopy full SHA for 1f48f0f
.github/workflows/linux-builds.yml
@@ -26,21 +26,13 @@ jobs:
26
runs-on: ubuntu-22.04
27
steps:
28
- 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
-
36
- name: Install Qt
37
uses: jurplel/install-qt-action@v2
38
with:
39
version: 6.4.2
40
host: linux
41
target: desktop
42
install-deps: true
43
- cached: ${{ steps.cache-qt-6-4.outputs.cache-hit }}
44
setup-python: false
45
tools: ''
46
tools-only: false
0 commit comments