Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: make matrix size more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 17, 2023
1 parent ae18db5 commit 8000e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
PARTITION: "${{ strategy.job-index + 1 }}/${{strategy.job-total}}"
PARTITION: "${{ strategy.job-index }}/${{strategy.job-total}}"

name: "CI ($PARTITION)"

Expand Down

0 comments on commit 8000e01

Please sign in to comment.