Skip to content

Commit

Permalink
ci: ensure order
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoranga authored Dec 20, 2024
1 parent 54f6f6c commit b45e9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rusk_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
build_and_publish:
name: Build Rusk binaries for ${{ matrix.os }} (${{ matrix.features }})
runs-on: ${{ matrix.os }}
needs:
- config
strategy:
matrix:
features: ${{ fromJson(github.event.inputs.features) }}
Expand Down

0 comments on commit b45e9d2

Please sign in to comment.