File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
3131
3232 - name : Fetch nix cache and update cabal indices
3333 run : |
34- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
34+ nix develop --command \
3535 cabal update
3636
3737 - name : Build whole project
3838 run : |
39- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
39+ nix develop --command \
4040 cabal build all
4141
4242 - name : Build documentation
4343 run : |
44- nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
44+ nix develop --command \
4545 cabal haddock-project --local --output=./haddocks --internal --foreign-libraries
4646
4747 - name : Compress haddocks
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22
33name : cardano-node
4- version : 10.3.0.0
4+ version : 10.3.0
55synopsis : The cardano full node
66description : The cardano full node.
77category : Cardano,
You can’t perform that action at this time.
0 commit comments