mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix install qt on ubuntu workflows
This commit is contained in:
parent
28cbe5c7e5
commit
d499e07d72
3
.github/workflows/CreateRelease.yml
vendored
3
.github/workflows/CreateRelease.yml
vendored
@ -48,6 +48,9 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
aqtversion: '==0.9.5'
|
||||
py7zrversion: '==0.10.1'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev
|
||||
|
||||
3
.github/workflows/Linux.yml
vendored
3
.github/workflows/Linux.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
aqtversion: '==0.9.5'
|
||||
py7zrversion: '==0.10.1'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev
|
||||
|
||||
3
.github/workflows/QmakeBuilds.yml
vendored
3
.github/workflows/QmakeBuilds.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
aqtversion: '==0.9.5'
|
||||
py7zrversion: '==0.10.1'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user