Skip to content

Commit 85b43d6

Browse files
committed
ci: show rust toolchain version
1 parent 6af1909 commit 85b43d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-dev.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ jobs:
3838
toolchain: nightly-2023-09-06
3939
components: rustfmt, clippy
4040

41+
- name: Show rust toolchain version
42+
shell: bash
43+
run: |
44+
cargo -V
45+
cargo clippy -V
46+
cargo fmt -- -V
47+
rustc -V
48+
4149
- name: Add target
4250
uses: ./.github/actions/add-target
4351
with:

0 commit comments

Comments
 (0)