1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 04:33:06 +03:00

Fix install-stack.sh

This commit is contained in:
Steven van den Broek 2021-07-16 20:26:13 +02:00
parent a3e398da82
commit 2299a7adbd

View File

@ -11,7 +11,7 @@ else
else
ARCH="osx"
fi
URL="https://www.stackage.org/stack/$RUNNER_OS-x86_64"
URL="https://www.stackage.org/stack/$ARCH-x86_64"
curl --location "$URL" > stack.tar.gz
gunzip stack.tar.gz
tar -x -f stack.tar --strip-components 1