Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:

- name: Fetch nix cache and update cabal indices
run: |
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
nix develop --command \
cabal update

- name: Build whole project
run: |
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
nix develop --command \
cabal build all

- name: Build documentation
run: |
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
nix develop --command \
cabal haddock-project --local --output=./haddocks --internal --foreign-libraries

- name: Compress haddocks
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 10.3.0.0
version: 10.3.0
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down
Loading