Skip to content

Commit

Permalink
add rustup show
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Dec 29, 2021
1 parent 6718fd2 commit 61e7733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin:$PATH" >> $GITHUB_PATH
- run: rustup show
- name: Cargo fmt
run: |
cargo fmt -- --check
Expand Down

0 comments on commit 61e7733

Please sign in to comment.