From 2678d7d63f70b3e28cb86f7dbcdeb9a3e114aa08 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 12 Jan 2023 13:10:43 +0000 Subject: [PATCH] windows-build/tar: New job needs to depend on `variables` --- .github/workflows/windows-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index ef1108ad..0cf0695a 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -22,6 +22,8 @@ jobs: core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', '')) linux_build: + needs: [variables] + name: Linux environment build steps runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v3