Skip to content

feat(build): Add IOHK/IOG caches #2

feat(build): Add IOHK/IOG caches

feat(build): Add IOHK/IOG caches #2

Workflow file for this run

name: "test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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