mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix snap
This commit is contained in:
parent
93e961b7db
commit
4afa236235
6
.github/workflows/LinuxSnap.yml
vendored
6
.github/workflows/LinuxSnap.yml
vendored
@ -2,10 +2,10 @@ name: LinuxSnap
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
|
||||
jobs:
|
||||
ubuntu_build_snap:
|
||||
name: Build MeshLab (Ubuntu - Snap)
|
||||
linux_build_snap:
|
||||
name: Build MeshLab (Linux - Snap)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@ -44,6 +44,7 @@ parts:
|
||||
- gnome-themes-standard
|
||||
- shared-mime-info
|
||||
- libqt5gui5
|
||||
- libqt5qml5
|
||||
- libgdk-pixbuf2.0-0
|
||||
- libqt5svg5
|
||||
- try:
|
||||
@ -77,6 +78,7 @@ parts:
|
||||
- libqhull7
|
||||
- libglew-dev
|
||||
- libqt5opengl5-dev
|
||||
- qtdeclarative5-dev
|
||||
- libqt5xmlpatterns5-dev
|
||||
- libqt5gui5
|
||||
override-build: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user