Skip to content

Commit

Permalink
fix: pin CI nightly to 2025-02-23
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 2, 2025
1 parent b45c19e commit 2aaa1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: ["stable", "1.82", "beta", "nightly"]
toolchain: ["stable", "1.82", "beta", "nightly-2025-02-23"]
features: ["--features \"\"", "--all-features", "--no-default-features"]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt update && sudo apt install -y cmake clang-15
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@nightly-2025-02-23
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-hack cargo-minimal-versions --locked
- run: cargo minimal-versions check --workspace --all-features --direct
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt update && sudo apt install -y cmake clang-15
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@nightly-2025-02-23
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly install cargo-llvm-cov --locked
- run: cargo +nightly llvm-cov --all-features --doctests --lcov --output-path lcov.info
Expand Down

0 comments on commit 2aaa1a9

Please sign in to comment.