gpg not valid

This commit is contained in:
alemuntoni 2020-05-26 16:58:51 +02:00
parent 867b54e3a3
commit 5d384cf133
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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'

View File

@ -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'