Skip to content

Commit

Permalink
ci: Add cargo version for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed May 8, 2024
1 parent 09f04ed commit efad80b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: List cargo version
run: cargo --version
- name: Install taplo
run: cargo install taplo-cli --lock
- name: Run taplo
Expand Down

0 comments on commit efad80b

Please sign in to comment.