Skip to content

Commit 725d82d

Browse files
committed
fix pip install toml-cli
1 parent 81e6c68 commit 725d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
nightly_clippy: nightly-2024-11-15
3131
msrv: ${{ steps.variables.outputs.msrv }}
3232
steps:
33-
- run: pip install toml-cli
3433
- id: variables
3534
run: |
35+
pip install toml-cli
3636
echo "msrv=$(toml-cli get Cargo.toml package.rust-version)" >> "$GITHUB_OUTPUT"
3737
fmt:
3838
needs: vars

0 commit comments

Comments
 (0)