Skip to content

Commit

Permalink
Merge pull request #518 from jneira/ci-retry-win
Browse files Browse the repository at this point in the history
Retry the build three times to workaround compiler segfaults for windows and ghc-8.10
  • Loading branch information
jneira authored Oct 20, 2020
2 parents 1be17d4 + 0fa74a4 commit 1a869ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
src/**/*.hs exe/*.hs
- name: Build
run: cabal build
# Retry it three times to workaround compiler segfaults in windows
run: cabal build || cabal build || cabal build
- name: Test
env:
HLS_TEST_EXE: hls
Expand Down

0 comments on commit 1a869ad

Please sign in to comment.