From 0457945044501545f96a1c0168c01f66d9029a9e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Oct 2020 22:27:36 -0700 Subject: [PATCH] ;ci: tweak --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d00b0e465..d0c89ef82 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -121,7 +121,9 @@ jobs: #if: steps.stack-programs-dir.outputs.cache-hit != 'true' # this step is needed to get stack.exe into PATH, for now run: | - curl -sL https://get.haskellstack.org/stable/windows-x86_64 -o stack.zip + # url is not consistent for windows + # curl -sL https://get.haskellstack.org/stable/windows-x86_64 -o stack.zip + curl -sL http://www.stackage.org/stack/windows-x86_64 -o stack.zip # 7z x stack.zip -oC:\Windows stack.exe 7z x stack.zip stack.exe which stack