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:
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - uses : cachix/install-nix-action@v23
21
+ - uses : cachix/install-nix-action@v24
22
22
with :
23
23
extra_nix_config : |
24
24
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=
25
25
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
27
27
with :
28
28
# https://nix.dev/tutorials/continuous-integration-github-actions#setting-up-github-actions
29
29
name : hackage-server
30
30
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
31
+
32
+ - name : " Check `nix develop` shell"
33
+ run : nix develop --check
34
+
31
35
- run : nix build
32
36
33
37
- continue-on-error : false
You can’t perform that action at this time.
0 commit comments