File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
31
31
32
32
- name : Fetch nix cache and update cabal indices
33
33
run : |
34
- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
34
+ nix develop --command \
35
35
cabal update
36
36
37
37
- name : Build whole project
38
38
run : |
39
- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
39
+ nix develop --command \
40
40
cabal build all
41
41
42
42
- name : Build documentation
43
43
run : |
44
- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
44
+ nix develop --command \
45
45
cabal haddock-project --local --output=./haddocks --internal --foreign-libraries
46
46
47
47
- name : Compress haddocks
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-node
4
- version : 10.3.0.0
4
+ version : 10.3.0
5
5
synopsis : The cardano full node
6
6
description : The cardano full node.
7
7
category : Cardano,
You can’t perform that action at this time.
0 commit comments