Skip to content

Commit

Permalink
pin nightly to fix "unknown feature stdsimd" err
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Guzik <[email protected]>
  • Loading branch information
Bravo555 committed Feb 6, 2024
1 parent 0f35e21 commit 953a1ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ jobs:
steps:
- uses: actions/checkout@v4

# TODO: remove nightly pin when we can update ahash (#2686)
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-03

- name: Rust Cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 953a1ff

Please sign in to comment.