Skip to content

Commit

Permalink
replaced actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed May 15, 2024
1 parent c9beb77 commit 75685d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
components: rustfmt, clippy

- name: Cache cargo files
Expand Down

0 comments on commit 75685d0

Please sign in to comment.