Skip to content

Commit 30435cb

Browse files
committed
Fix windows CI
1 parent 9114c11 commit 30435cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ define set_rpath
6666
endef
6767

6868
hls: bindist/ghcs
69-
for ghc in $(shell [ -e "bindist/ghcs-`uname`" ] && cat "bindist/ghcs-`uname`" || cat "bindist/ghcs") ; do \
69+
for ghc in $(shell [ -e "bindist/ghcs-`uname -o`" ] && cat "bindist/ghcs-`uname -o`" || cat "bindist/ghcs") ; do \
7070
$(GHCUP) -v install ghc `echo $$ghc | $(AWK) -F ',' '{ print $$1 }'` && \
7171
$(GHCUP) -v gc -p -s -c && \
7272
$(MAKE) GHC_VERSION=`echo $$ghc | $(AWK) -F ',' '{ print $$1 }'` PROJECT_FILE=`echo $$ghc | $(AWK) -F ',' '{ print $$2 }'` hls-ghc && \

bindist/ghcs-Msys

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
8.10.7,cabal.project
2+
9.0.2,cabal-ghc90.project
3+
9.2.1,cabal-ghc92.project
4+
9.2.2,cabal-ghc92.project

0 commit comments

Comments
 (0)