소스 검색

pin nightly version to fix https://github.com/tkaitchuck/aHash/issues/200

Evan Almloff 1 년 전
부모
커밋
8bc76c47ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/docs.yml

+ 2 - 0
.github/workflows/docs.yml

@@ -16,6 +16,8 @@ jobs:
       - run: sudo apt-get update
       - run: sudo apt install libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev libxdo-dev
       - uses: dtolnay/rust-toolchain@nightly
+        with:
+          toolchain: nightly-2024-02-01
       - uses: Swatinem/rust-cache@v2
         with:
           cache-all-crates: "true"