Skip to content

Commit b03586a

Browse files
authored
fix(ci): Update haskell build action to use new iog-full flavor (#1667)
1 parent c525c79 commit b03586a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
target-platform: ""
3636
compiler-nix-name: ${{ matrix.compiler-nix-name }}
3737
minimal: false
38-
# enable IOG flavour to bring in all the crypto libraries we need.
39-
iog: true
38+
# enable IOG-full flavour to bring in all the crypto libraries we need.
39+
iog-full: true
4040
- name: cache cabal
4141
uses: actions/cache@v3
4242
with:

0 commit comments

Comments
 (0)