From 116c4af7e3f04eb7ea8ad401b805bb97cb9539fe Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Wed, 3 Apr 2024 14:45:12 -0400 Subject: [PATCH] fix(ci): Update haskell build action to use new iog-full flavor (#1667) --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 83edabc11..94005401d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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: