Skip to content

Commit

Permalink
ci: Pin to nightly-2024-02-10
Browse files Browse the repository at this point in the history
The most recently nightly version causes compile errors.
  • Loading branch information
nvzqz committed Feb 11, 2024
1 parent 54a787d commit 5f368e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO: Switch back to `nightly` https://github.com/rust-lang/rust/issues/120949

on: [push, pull_request]

name: CI
Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:
- windows-latest
rust:
- stable
- nightly
- nightly-2024-02-10
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
Expand All @@ -101,8 +103,8 @@ jobs:
${{ env.CARGO_HOME }}
target
key: miri-${{ runner.os }}
- run: rustup default nightly
- run: rustup update nightly --no-self-update
- run: rustup default nightly-2024-02-10
- run: rustup update nightly-2024-02-10 --no-self-update
- run: rustup component add miri
- run: rustc -Vv
- run: cargo miri test -p divan -p divan-macros
Expand All @@ -120,7 +122,7 @@ jobs:
- windows-latest
rust:
- stable
- nightly
- nightly-2024-02-10
env:
DIVAN_ITEMS_COUNT: 0
DIVAN_BYTES_COUNT: 1
Expand Down

0 comments on commit 5f368e9

Please sign in to comment.