Skip to content

Commit 80e005f

Browse files
committed
add compiler arg to cabal update in ci
1 parent 1b95b5d commit 80e005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139
- name: update cabal index
140140
run: |
141-
$CABAL v2-update -v
141+
$CABAL v2-update -v -w $ARG_COMPILER
142142
- name: dump install plan
143143
run: |
144144
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all

0 commit comments

Comments
 (0)