mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Updated linux-builds.yml to fix broken Ubuntu 22.04 workflow
This commit is contained in:
parent
54c2bd0c30
commit
1f48f0f3ad
8
.github/workflows/linux-builds.yml
vendored
8
.github/workflows/linux-builds.yml
vendored
@ -26,13 +26,6 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Cache Qt
|
|
||||||
id: cache-qt-6-4
|
|
||||||
uses: actions/cache@v1 # not v2!
|
|
||||||
with:
|
|
||||||
path: ../Qt/6.4.2
|
|
||||||
key: ${{ runner.os }}-QtCache-Qt6-4
|
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
@ -40,7 +33,6 @@ jobs:
|
|||||||
host: linux
|
host: linux
|
||||||
target: desktop
|
target: desktop
|
||||||
install-deps: true
|
install-deps: true
|
||||||
cached: ${{ steps.cache-qt-6-4.outputs.cache-hit }}
|
|
||||||
setup-python: false
|
setup-python: false
|
||||||
tools: ''
|
tools: ''
|
||||||
tools-only: false
|
tools-only: false
|
||||||
|
Loading…
Reference in New Issue
Block a user