mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Merge pull request #663 from alemuntoni/last_qt_ubuntu
Newer Qt version for linux workflows
This commit is contained in:
commit
7b9cdf9fdc
7
.github/workflows/CompileAndRelease.yml
vendored
7
.github/workflows/CompileAndRelease.yml
vendored
@ -46,9 +46,14 @@ jobs:
|
||||
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||
git submodule sync --recursive
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sh install/linux/linux_setup_env_ubuntu.sh
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
run: |
|
||||
|
||||
7
.github/workflows/CompileUbuntu.yml
vendored
7
.github/workflows/CompileUbuntu.yml
vendored
@ -16,9 +16,14 @@ jobs:
|
||||
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||
git submodule sync --recursive
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtscript xmlpatterns
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sh install/linux/linux_setup_env_ubuntu.sh
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user