We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47aeb87 commit 3d4302fCopy full SHA for 3d4302f
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: haddock all
47
run: cabal haddock all
48
- name: Build with Nix
49
- run: "nix-build"
+ run: "nix-build --argstr compiler $(echo ghc${{ matrix.ghc }} | tr -d '.')"
50
strategy:
51
matrix:
52
cabal:
0 commit comments