Skip to content

Commit

Permalink
Remove all nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Feb 6, 2024
1 parent 543ac80 commit 5f32231
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup show
- run: rustup toolchain install nightly
- run: rustup component add rustfmt --toolchain nightly
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all -- --check

Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -58,8 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup show
- run: rustup toolchain install nightly
- run: rustup component add rustfmt --toolchain nightly
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2
- run: git submodule update --init
- run: ./scripts/check-orphans.sh
Expand Down

0 comments on commit 5f32231

Please sign in to comment.