From a4356444efc61dd5afdea7c0d06fe05ae052f624 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Tue, 23 Jun 2026 23:54:04 +0530 Subject: [PATCH] fix: picoforge docs workflow failure due to missing libs --- .github/workflows/docs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5659eee..197b5dd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,13 +24,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - - name: Setup Rust - uses: dtolnay/rust-toolchain@stable - with: - components: rust-docs + - name: Install Nix + uses: DeterminateSystems/nix-installer-action@v22 + + - name: Setup Nix cache + uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Generate Documentation - run: cargo doc --no-deps --document-private-items + run: nix develop --command cargo doc --document-private-items - name: Create Redirect Index run: |