Skip to content

Commit d19568f

Browse files
committed
Use bash shell to allow its idioms
1 parent 5673556 commit d19568f

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)