Skip to content

Commit

Permalink
Update Rust toolchain used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FranchuFranchu committed Feb 27, 2024
1 parent 51fd0dd commit 1284194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/cache@v2
with:
path: |
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/cache@v2
with:
path: |
Expand All @@ -40,15 +40,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dsherret/rust-toolchain-file@v1
with:
components: rustfmt
- run: cargo fmt --check
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dsherret/rust-toolchain-file@v1
- uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 1284194

Please sign in to comment.