Skip to content

Commit 7d2abc3

Browse files
committed
Fixup github pages CI with proper GHC version
1 parent 7bb3846 commit 7d2abc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-page.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)