Skip to content

Commit 2a71117

Browse files
committed
Add substituters to CI workflows
1 parent f9a98af commit 2a71117

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
extra_nix_config: |
2828
accept-flake-config = true
2929
log-lines = 1000
30+
trusted-public-keys = iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
31+
substituters = https://iohk.cachix.org ttps://cache.iohk.io https://cache.nixos.org/
3032
3133
- name: Github cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
3234
uses: actions/cache@v4

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
extra_nix_config: |
2424
accept-flake-config = true
2525
log-lines = 1000
26+
trusted-public-keys = iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
27+
substituters = https://iohk.cachix.org https://cache.iohk.io https://cache.nixos.org/
2628
2729
- name: Github cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
2830
uses: actions/cache@v4

0 commit comments

Comments
 (0)