Skip to content

Commit fbd351e

Browse files
authored
Merge pull request #40 from NicolasT/fix-ci
ci: fix install of `cabal-fmt`
2 parents d5437f7 + 04635a0 commit fbd351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install cabal-fmt
3535
run: |
3636
cabal update
37-
cabal install --with-ghc=ghc-9.4 "cabal-fmt-0.1.6"
37+
cabal install --allow-newer=base "cabal-fmt-0.1.6"
3838
3939
- name: checkout
4040
uses: actions/checkout@v3.3.0

0 commit comments

Comments
 (0)