diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2413a79..47401fe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: id: setup-haskell with: ghc-version: ${{ matrix.ghc }} + - run: cabal install apply-refact --install-method=copy + if: matrix.ghc == '9.8' || matrix.ghc == '9.6' - name: Get GHC libdir id: get-ghc-libdir run: echo "libdir=$(ghc --print-libdir)" >> $GITHUB_OUTPUT