Skip to content

Commit e967dc0

Browse files
committed
Fix shell
1 parent 0df9083 commit e967dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
- name: Compress wrapper binary
134134
if: matrix.ghc == '8.10.7'
135135
id: compress_wrapper_binary
136+
shell: bash
136137
run: |
137138
HLS_WRAPPER_BUILD=$(find dist-newstyle \( -name 'hls-wrapper' -o -name 'hls-wrapper.exe' \) -type f)
138139
HLS_WRAPPER=haskell-language-server-wrapper

0 commit comments

Comments
 (0)