We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9083 commit e967dc0Copy full SHA for e967dc0
.github/workflows/build.yml
@@ -133,6 +133,7 @@ jobs:
133
- name: Compress wrapper binary
134
if: matrix.ghc == '8.10.7'
135
id: compress_wrapper_binary
136
+ shell: bash
137
run: |
138
HLS_WRAPPER_BUILD=$(find dist-newstyle \( -name 'hls-wrapper' -o -name 'hls-wrapper.exe' \) -type f)
139
HLS_WRAPPER=haskell-language-server-wrapper
0 commit comments