Skip to content

Commit

Permalink
Make sure the set environment variable is made as a dependency for al…
Browse files Browse the repository at this point in the history
…l jobs that need it (Debug)
  • Loading branch information
vijaiaeroastro committed Jun 4, 2024
1 parent 8ba81e7 commit 974da82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:

assemble-sdk:
runs-on: ubuntu-20.04
needs: [build-windows-release, build-macos, build-linux-ubi8-gcc12]
needs: [set-lib3mf-version, build-windows-release, build-macos, build-linux-ubi8-gcc12]
steps:
- run: sudo apt install -y zip unzip
- run: mkdir build
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

deploy-linux:
runs-on: ubuntu-20.04
needs: [assemble-sdk]
needs: [set-lib3mf-version, assemble-sdk]
steps:
- run: sudo apt install -y zip unzip file
- run: pwd
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
deploy-windows:
runs-on: windows-2019
needs: [assemble-sdk]
needs: [set-lib3mf-version, assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
deploy-macos:
runs-on: macos-latest
needs: [assemble-sdk]
needs: [set-lib3mf-version, assemble-sdk]
steps:
- name: Download lib3mf_sdk artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 974da82

Please sign in to comment.