Skip to content

Commit

Permalink
fix: nightly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq19 committed Jan 24, 2025
1 parent 0630954 commit 516008a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- uses: actions-rs/clippy-check@v1
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit 516008a

Please sign in to comment.