Skip to content

Commit

Permalink
enable apply-refact for 9.6 and 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Dec 15, 2024
1 parent 7cbecd6 commit ea689ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: echo "libdir=$(ghc --print-libdir)" >> $GITHUB_OUTPUT
shell: bash
- run: cabal v2-freeze --enable-tests
- run: cabal install apply-refact --install-method=copy
if: matrix.ghc == '9.8' || matrix.ghc == '9.6'
- uses: actions/cache@v2
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
Expand Down

0 comments on commit ea689ad

Please sign in to comment.