Skip to content

Commit

Permalink
remove dir override
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Dec 29, 2021
1 parent cafdfec commit b446a35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ 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
- run: |
rustup show
rustup override unset
rustup show
- name: Cargo fmt
run: |
cargo fmt -- --check
Expand Down

0 comments on commit b446a35

Please sign in to comment.