Skip to content

Commit

Permalink
CI: nightly -> beta
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Feb 8, 2024
1 parent 5899e1f commit 2a22873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env: {"RUSTFLAGS": "-D warnings"}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly # 1.77
- uses: dtolnay/rust-toolchain@beta # 1.77
- run: cargo build
- run: cargo build --all-features
- run: cargo build -p testsuite
Expand All @@ -33,7 +33,7 @@ jobs:
- "thumbv7em-none-eabi"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly # 1.77
- uses: dtolnay/rust-toolchain@beta # 1.77
with:
target: ${{ matrix.target }}
- run: cargo build --target ${{ matrix.target }} -p w5500-ll
Expand Down Expand Up @@ -77,15 +77,15 @@ jobs:
env: {"RUSTFLAGS": "-D warnings"}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly # 1.77
- uses: dtolnay/rust-toolchain@beta # 1.77
- run: cargo test-all

clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly # 1.77
- uses: dtolnay/rust-toolchain@beta # 1.77
with:
components: clippy
- run: cargo clippy --all-features --all-targets -- --deny warnings
Expand Down

0 comments on commit 2a22873

Please sign in to comment.