Skip to content

Commit

Permalink
Add iog cache (hopefully this will lead to a hot shell)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jun 28, 2023
1 parent b33119b commit 3d463ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

- name: Install Nix
uses: cachix/install-nix-action@v20
with:
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://cache.iog.io https://cache.nixos.org/
- name: Run nix-build
run: |
Expand All @@ -31,6 +35,10 @@ jobs:

- name: Install Nix
uses: cachix/install-nix-action@v20
with:
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://cache.iog.io https://cache.nixos.org/
- name: Run nix-shell
run: nix-shell --run .github/check-stylish.sh

0 comments on commit 3d463ca

Please sign in to comment.