Skip to content

Commit

Permalink
fix(ci): Update haskell build action to use new iog-full flavor (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie authored and kderme committed Apr 18, 2024
1 parent 74e6a24 commit 116c4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Expand Up @@ -35,8 +35,8 @@ jobs:
target-platform: ""
compiler-nix-name: ${{ matrix.compiler-nix-name }}
minimal: false
# enable IOG flavour to bring in all the crypto libraries we need.
iog: true
# enable IOG-full flavour to bring in all the crypto libraries we need.
iog-full: true
- name: cache cabal
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 116c4af

Please sign in to comment.