Skip to content

Commit

Permalink
ci: Add need for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 committed Mar 29, 2024
1 parent f2d4886 commit a34236e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
build_job_01:
name: Start Building Ungoogled-Chromium for macOS
runs-on: ${{ inputs.os }}
needs: retrieve-resources
outputs:
status: ${{ steps.build.outputs.status }}
steps:
Expand Down

0 comments on commit a34236e

Please sign in to comment.