We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c5ae6 commit dd61fc5Copy full SHA for dd61fc5
setup-rust/action.yml
@@ -23,6 +23,9 @@ runs:
23
- name: Set up Rust
24
run: rustup update ${{ inputs.rust-version }} && rustup default ${{ inputs.rust-version }} || rustup default ${{ inputs.rust-version }}
25
shell: bash
26
+ - name: Print Rust compiler version
27
+ run: rustc --version
28
+ shell: bash
29
- name: Ensure linting and formatting tools are installed
30
run: rustup component add rustfmt clippy
31
0 commit comments