Skip to content
Snippets Groups Projects
Commit e72d5a51 authored by Javier Neira's avatar Javier Neira
Browse files

Fix bug hls-wrapper non static

parent 28182902
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ jobs:
- name: Build the wrapper
if: matrix.ghc == '8.10.7'
run: cabal build exe:hls-wrapper -O2 $LINUX_CABAL_ARGS
run: cabal build exe:hls-wrapper -O2 $CABAL_ARGS
- name: Compress wrapper binary
if: matrix.ghc == '8.10.7'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment