Skip to content

Commit

Permalink
Clarify gha cache but no flakehub cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptt authored and ssledz committed Jul 14, 2024
1 parent c7e8dd7 commit e3d9d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.dhall-lang.org:I9/H18WHd60olG5GsIjolp7CtepSgJmM2CsO813VTmM=
- name: Restore nix cache
uses: DeterminateSystems/magic-nix-cache-action@v7
with:
with:
use-gha-cache: true
use-flakehub: false
- name: Build
run: nix run -L .#fida-contracts:exe:fida-contracts-serialise -- -o ~/now/fida-purs-module/
Expand Down

0 comments on commit e3d9d8b

Please sign in to comment.