File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ jobs:
158
158
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
159
159
${{ env.cache-name }}-${{ runner.os }}-
160
160
161
- - if : (! steps.compiled-deps.outputs.cache-hit)
161
+ - if : steps.compiled-deps.outputs.cache-hit != 'true'
162
162
run : |
163
163
cabal update
164
164
165
- - if : (! steps.compiled-deps.outputs.cache-hit)
165
+ - if : steps.compiled-deps.outputs.cache-hit != 'true'
166
166
name : Download all sources
167
167
run : |
168
168
cabal $cabalBuild --only-download
@@ -172,7 +172,7 @@ jobs:
172
172
# but to cache what can be cached, so step is fault tolerant & would always succseed.
173
173
# 2021-12-11: NOTE: Building all targets, since
174
174
# current Cabal does not allow `all --enable-tests --enable-benchmarks --only-dependencies`
175
- - if : (! steps.compiled-deps.outputs.cache-hit)
175
+ - if : steps.compiled-deps.outputs.cache-hit != 'true'
176
176
name : Build all targets; try 3 times
177
177
continue-on-error : true
178
178
run : |
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ package *
37
37
38
38
write-ghc-environment-files: never
39
39
40
- index-state: 2021-11-29T12:30:10Z
40
+ index-state: 2021-11-29T12:30:11Z
41
41
42
42
constraints:
43
43
-- These plugins don't work on GHC9 yet
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ package *
52
52
53
53
write-ghc-environment-files: never
54
54
55
- index-state: 2021-12-18T00:00:02Z
55
+ index-state: 2021-12-18T00:00:03Z
56
56
57
57
constraints:
58
58
-- These plugins doesn't work on GHC92 yet
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ package *
40
40
41
41
write-ghc-environment-files : never
42
42
43
- index-state : 2021-11-29T12:30 :10Z
43
+ index-state : 2021-11-29T12:30 :11Z
44
44
45
45
constraints :
46
46
hyphenation +embed
You can’t perform that action at this time.
0 commit comments