Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 53b5f3f

Browse files
committed
Separate ghc install dir for each matrix run
1 parent 4d9bda6 commit 53b5f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/windows-stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
curl -sSkL http://www.stackage.org/stack/windows-x86_64 -o /usr/bin/stack.zip
4444
unzip -o /usr/bin/stack.zip -d /usr/bin/
4545
mkdir -p "$STACK_ROOT"
46-
echo "local-programs-path: D:/bin/stack" > "$STACK_ROOT/config.yaml"
46+
GHC_VERSION=${YAML_FILE:6:5}
47+
echo "local-programs-path: D:/bin/stack-$GHC_VERSION" > "$STACK_ROOT/config.yaml"
4748
displayName: Install stack
4849
- bash: |
4950
source .azure/windows-stack.bashrc

0 commit comments

Comments
 (0)