Skip to content

Commit

Permalink
feat(build): Add IOHK/IOG caches
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jun 3, 2023
1 parent 094ec4a commit f405eb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.iog.io https://cache.nixos.org/
- run: nix build
- run: nix flake check

0 comments on commit f405eb0

Please sign in to comment.