Skip to content

Commit

Permalink
ci: Remove unused "just.version" from matrix in dev workflow
Browse files Browse the repository at this point in the history
We have set a version for just in the CI workflow but don't use it.
Remove it.

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Nov 11, 2024
1 parent 76acb5a commit 375bf16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
optional: true
- toolchain: "nightly"
optional: true
just:
- version: "1.36.0"
continue-on-error: ${{ matrix.rust.optional }}
runs-on: "lab"
timeout-minutes: 45
Expand Down

0 comments on commit 375bf16

Please sign in to comment.