Skip to content

Commit

Permalink
No need to install toolchain in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Feb 6, 2023
1 parent 4fbf79c commit b31c78e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Install toolchain
run: |
rustup update
rustup component add clippy
- name : Toolchain info
run: |
cargo --version --verbose
Expand Down

0 comments on commit b31c78e

Please sign in to comment.