Skip to content

Commit

Permalink
📌 fix(ci): pin nightly toolchain
Browse files Browse the repository at this point in the history
this ci action fails due to tkaitchuck/aHash#200.
  • Loading branch information
cratelyn committed Feb 6, 2024
1 parent e3ec5df commit 5e8e889
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
lfs: true
- name: Install rust toolchain
# The script for rustdoc build requires nightly toolchain.
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
# TODO 24-02-06: this is pinned due to tkaitchuck/aHash#200.
toolchain: nightly-2024-02-01
- name: Load rust cache
uses: astriaorg/buildjet-rust-cache@v2.5.1
- name: Build rustdocs
Expand Down

0 comments on commit 5e8e889

Please sign in to comment.