Skip to content

Commit 3d4302f

Browse files
committed
Update CI
1 parent 47aeb87 commit 3d4302f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: haddock all
4747
run: cabal haddock all
4848
- name: Build with Nix
49-
run: "nix-build"
49+
run: "nix-build --argstr compiler $(echo ghc${{ matrix.ghc }} | tr -d '.')"
5050
strategy:
5151
matrix:
5252
cabal:

0 commit comments

Comments
 (0)