Skip to content

Commit

Permalink
ci: extra subsctiturers
Browse files Browse the repository at this point in the history
  • Loading branch information
nau committed Jan 13, 2024
1 parent 5dbd6de commit d920ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
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: Build and test in Nix devshell
- run: nix develop --command bash -c "sbt test"

0 comments on commit d920ffa

Please sign in to comment.