Skip to content

Commit

Permalink
Update build workflow dependencies to include setup-s3-path for aircr…
Browse files Browse the repository at this point in the history
…aft config processing
  • Loading branch information
loki077 committed Dec 10, 2024
1 parent 88da483 commit 1b10ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
process-aircraft-config:
if: github.event.pull_request.labels.*.name != 'SKIP_BUILD'
runs-on: ubuntu-22.04
needs: collect-aircraft-config-files
needs: [collect-aircraft-config-files, setup-s3-path]
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false
Expand Down

0 comments on commit 1b10ef5

Please sign in to comment.