Skip to content

Commit

Permalink
Use bash shell to allow its idioms
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Oct 29, 2020
1 parent 5673556 commit d19568f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
src/**/*.hs exe/*.hs
- name: Build
shell: bash
# Retry it three times to workaround compiler segfaults in windows
run: cabal build || cabal build || cabal build
- name: Test
shell: bash
env:
HLS_TEST_EXE: hls
HLS_WRAPPER_TEST_EXE: hls-wrapper
Expand Down

0 comments on commit d19568f

Please sign in to comment.