Skip to content

Commit b9af430

Browse files
committed
CI: test: fx, don't fail Windows build
1 parent 194061a commit b9af430

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,8 @@ jobs:
157157
158158
- run: cabal v2-update
159159

160-
- run: cabal v2-build
161-
162160
# repeating builds to workaround segfaults in windows and ghc-8.8.4
163-
- if: runner.os == 'Windows'
164-
name: (Windows) Run build additional 2 times
161+
- name: Build, try x3 times
165162
run: cabal v2-build || cabal v2-build
166163

167164
- name: Set test options

0 commit comments

Comments
 (0)