Skip to content

Commit dc6ba3d

Browse files
committed
Using --overwrite-policy=always in case fourmolu is already installed
1 parent 8087ed4 commit dc6ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Update dependencies (cabal)
9595
run: cabal update
9696
- name: Install fourmolu
97-
run: cabal install fourmolu
97+
run: cabal install fourmolu --overwrite-policy=always
9898
- name: Run checks (fourmolu)
9999
run: fourmolu --mode check src
100100
- name: Build dependencies (cabal)

0 commit comments

Comments
 (0)