Skip to content

Commit

Permalink
[experimental] Check tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Nov 26, 2023
1 parent 22f941f commit 193dac8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
rustup component add rustfmt
rustup component add clippy
rustup component add llvm-tools-preview
- name: Check tools version
run: |
rustup --version
cargo --version
- name: install grcov
run: |
curl -sSL -o grcov.tar.bz2 https://github.com/mozilla/grcov/releases/download/v${GRCOV_VERSION}/grcov-x86_64-unknown-linux-gnu.tar.bz2
Expand Down

0 comments on commit 193dac8

Please sign in to comment.