Skip to content

Commit d447437

Browse files
committed
Fix windows 8.10.2 executable name
1 parent 488fd46 commit d447437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
env:
6868
GHC_VER: ${{ matrix.ghc }}
6969
run: |
70+
# We normalize windows+choco ghc version 8.10.2.2
71+
GHC_VERSION=$(echo $GHC_VERSION | sed 's/8.10.2.2/8.10.2/g')
7072
HLS_BUILD=$(find dist-newstyle \( -name 'hls' -o -name 'hls.exe' \) -type f)
7173
HLS=haskell-language-server-$GHC_VER
7274
mv $HLS_BUILD $HLS${{env.EXE_EXT}}

0 commit comments

Comments
 (0)