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 488fd46 commit d447437Copy full SHA for d447437
.github/workflows/build.yml
@@ -67,6 +67,8 @@ jobs:
67
env:
68
GHC_VER: ${{ matrix.ghc }}
69
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')
72
HLS_BUILD=$(find dist-newstyle \( -name 'hls' -o -name 'hls.exe' \) -type f)
73
HLS=haskell-language-server-$GHC_VER
74
mv $HLS_BUILD $HLS${{env.EXE_EXT}}
0 commit comments