diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index b42695f..6a9c7d0 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -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: