Skip to content

Commit

Permalink
re-export?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 1, 2024
1 parent cd57b35 commit 5910efd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
name: Build Dependencies
needs: builder-image
runs-on: ubuntu-20.04
outputs:
image-tag: ${{ needs.builder-image.outputs.image-tag }}
repo-name: ${{ needs.builder-image.outputs.repo-name }}
strategy:
matrix:
host:
Expand All @@ -77,6 +80,9 @@ jobs:
name: Build
needs: build-depends
runs-on: ubuntu-20.04
outputs:
image-tag: ${{ needs.builder-image.outputs.image-tag }}
repo-name: ${{ needs.builder-image.outputs.repo-name }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 5910efd

Please sign in to comment.