Skip to content

Commit

Permalink
Trying out an alternative nix build caching service, as the default a…
Browse files Browse the repository at this point in the history
…ctions/cache runs into permissions problems on the nix store
  • Loading branch information
jake-arkinstall committed Oct 23, 2023
1 parent 52af686 commit 786c4fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-with-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: actions/cache@v3
with:
path: /nix/store
key: nix-store-${{matrix.os}}
- uses: DeterminateSystems/magix-nix-cache-action@v2
- name: Build and test tket
run: nix flake check -L

0 comments on commit 786c4fc

Please sign in to comment.