File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ jobs:
118
118
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
119
119
${{ env.cache-name }}-${{ runner.os }}-
120
120
121
- - run : cabal update
121
+ - run : |
122
+ cabal v2-update
122
123
123
124
# max-backjumps is increased as a temporary solution
124
125
# for dependency resolution failure
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
185
185
- if : steps.compiled-deps.outputs.cache-hit != 'true'
186
186
run : |
187
- cabal update
187
+ cabal v2- update
188
188
189
189
- if : steps.compiled-deps.outputs.cache-hit != 'true'
190
190
name : Download all sources
Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ jobs:
179
179
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
180
180
${{ env.cache-name }}-${{ runner.os }}-
181
181
182
- - run : cabal v2-update
182
+ - run : |
183
+ cabal v2-update
183
184
184
185
# repeating builds to workaround segfaults in windows and ghc-8.8.4
185
186
- name : Build
You can’t perform that action at this time.
0 commit comments