Skip to content

Commit

Permalink
Try using iohk cachix substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 11, 2024
1 parent bae78a2 commit 5744e69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,14 @@ jobs:
- output: "ghc96-static"
- output: "ghc98-static"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:release-23.05
nix_path: nixpkgs=channel:release-24.05
extra_nix_config: |
trusted-public-keys = iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.nixos.org/
- run: |
nix build .#${{ matrix.output }}
Expand Down

0 comments on commit 5744e69

Please sign in to comment.