mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
gpg not valid
This commit is contained in:
parent
867b54e3a3
commit
5d384cf133
2
.github/workflows/CompileUbuntu.yml
vendored
2
.github/workflows/CompileUbuntu.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
|
||||
sudo apt update
|
||||
sudo apt-get install -y snapcraft
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Known to build in Ubuntu 20.04
|
||||
# Known to build in Ubuntu 18.04
|
||||
name: meshlab
|
||||
base: core18
|
||||
version: 'MESHLAB_VERSION'
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Known to build in Ubuntu 20.04
|
||||
# Known to build in Ubuntu 18.04
|
||||
name: meshlab
|
||||
base: core18
|
||||
version: '2020.05'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user