mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fixing ubuntu scripts
This commit is contained in:
parent
db0fdc6f98
commit
fdf38504b2
2
.github/workflows/CompileAndRelease.yml
vendored
2
.github/workflows/CompileAndRelease.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Installing dependencies
|
||||
run: |
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtscript5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev
|
||||
sh install/linux/linux_setup_env_ubuntu.sh
|
||||
- name: Setting env variables
|
||||
id: envs
|
||||
shell: bash
|
||||
|
||||
3
.github/workflows/CompileUbuntu.yml
vendored
3
.github/workflows/CompileUbuntu.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Installing dependencies
|
||||
run: |
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtscript5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev
|
||||
sh install/linux/linux_setup_env_ubuntu.sh
|
||||
- name: Setting env variables
|
||||
id: envs
|
||||
shell: bash
|
||||
@ -57,6 +57,7 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Installing dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qt5-default qtscript5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev cmake ninja-build
|
||||
- name: Configuring
|
||||
run: |
|
||||
|
||||
@ -4,4 +4,5 @@
|
||||
#
|
||||
# Run this script if you never installed any of the MeshLab dependencies.
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtscript5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user