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 Nov 9, 2023
1 parent c3b3626 commit 5e20f45
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 5e20f45

Please sign in to comment.