From e57d9646290b3df2543b136fc389e3bcb1498bd2 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 16 Apr 2020 17:30:31 +0200 Subject: [PATCH] missing workflow dependency --- .github/workflows/CompileAndRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/CompileAndRelease.yml index 21a0c9c88..4da0a74f4 100755 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/CompileAndRelease.yml @@ -34,6 +34,7 @@ jobs: commit_message: Apply automatic ML_VERSION and Info.plist change ubuntu_build: + needs: [update_ml_version] name: Build MeshLab (Ubuntu) runs-on: ubuntu-16.04 #in order to deploy, need to use oldest supported version