Skip to content

Commit 0fa74a4

Browse files
committed
Comment the intent of retries
1 parent 9cb25f1 commit 0fa74a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
src/**/*.hs exe/*.hs
5656
5757
- name: Build
58+
# Retry it three times to workaround compiler segfaults in windows
5859
run: cabal build || cabal build || cabal build
5960
- name: Test
6061
env:

0 commit comments

Comments
 (0)