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 af56196
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 @@ -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
Expand Down

0 comments on commit af56196

Please sign in to comment.