Skip to content

Commit

Permalink
ci: show rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy committed Sep 8, 2023
1 parent 6af1909 commit 85b43d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
toolchain: nightly-2023-09-06
components: rustfmt, clippy

- name: Show rust toolchain version
shell: bash
run: |
cargo -V
cargo clippy -V
cargo fmt -- -V
rustc -V
- name: Add target
uses: ./.github/actions/add-target
with:
Expand Down

0 comments on commit 85b43d6

Please sign in to comment.