mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix install qt ubuntu workflows
This commit is contained in:
parent
d499e07d72
commit
dc42ee8b69
3
.github/workflows/CreateRelease.yml
vendored
3
.github/workflows/CreateRelease.yml
vendored
@ -46,6 +46,9 @@ jobs:
|
||||
with:
|
||||
ref: master
|
||||
submodules: true
|
||||
- name: Update pip
|
||||
run: |
|
||||
pip3 install --upgrade pip
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
|
||||
3
.github/workflows/Linux.yml
vendored
3
.github/workflows/Linux.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Update pip
|
||||
run: |
|
||||
pip3 install --upgrade pip
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
|
||||
3
.github/workflows/QmakeBuilds.yml
vendored
3
.github/workflows/QmakeBuilds.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Update pip
|
||||
run: |
|
||||
pip3 install --upgrade pip
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user