Skip to content

Commit

Permalink
Use toolchain file in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Small-Ku authored and ctrlcctrlv committed Mar 29, 2023
1 parent 57c733b commit d53a26d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: clippy
- name: Cache cargo builds
Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- name: Run rustfmt
Expand All @@ -94,7 +92,6 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Cache cargo builds
uses: actions/cache@v2
Expand Down

0 comments on commit d53a26d

Please sign in to comment.