Skip to content

Commit b7a390f

Browse files
authored
Merge pull request #552 from jneira/fix-github-ci
Use bash shell in github actions to allow its idioms
2 parents 5673556 + d19568f commit b7a390f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ jobs:
5555
src/**/*.hs exe/*.hs
5656
5757
- name: Build
58+
shell: bash
5859
# Retry it three times to workaround compiler segfaults in windows
5960
run: cabal build || cabal build || cabal build
6061
- name: Test
62+
shell: bash
6163
env:
6264
HLS_TEST_EXE: hls
6365
HLS_WRAPPER_TEST_EXE: hls-wrapper

0 commit comments

Comments
 (0)