Skip to content

Commit

Permalink
build: remove doc nix cache (#243)
Browse files Browse the repository at this point in the history
* build: purge nix doc cache

* build: remove nix-cache when generate doc
  • Loading branch information
pewsheen authored Nov 18, 2024
1 parent c638e3b commit fa6d6c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v28

- name: "Restore and cache Nix store"
uses: nix-community/cache-nix-action@v5
with:
paths: |
~/.cargo
target/debug/
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'Cargo.lock', 'Cargo.toml') }}
restore-prefixes-first-match: nix-${{ runner.os }}-
gc-max-store-size-linux: 1073741824

- name: "Add Nix channel"
run: |
nix-channel --add https://nixos.org/channels/nixos-24.05 nixpkgs
Expand Down

0 comments on commit fa6d6c4

Please sign in to comment.