File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,20 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : cachix/install-nix-action@v23
21+ - uses : cachix/install-nix-action@v24
2222 with :
2323 extra_nix_config : |
2424 trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
2525 substituters = https://hydra.iohk.io https://cache.nixos.org/ https://hackage-server.cachix.org/
26- - uses : cachix/cachix-action@v12
26+ - uses : cachix/cachix-action@v13
2727 with :
2828 # https://nix.dev/tutorials/continuous-integration-github-actions#setting-up-github-actions
2929 name : hackage-server
3030 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
31+
32+ - name : " Check `nix develop` shell"
33+ run : nix develop --check
34+
3135 - run : nix build
3236
3337 - continue-on-error : false
You can’t perform that action at this time.
0 commit comments