From 5e8e88983eb23ed4726bf916ce792a6681106ca5 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Tue, 6 Feb 2024 14:46:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20fix(ci):=20pin=20nightly=20toolc?= =?UTF-8?q?hain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this ci action fails due to tkaitchuck/aHash#200. --- .github/workflows/rust.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc13804c63..7dbf4900ac 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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