1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 04:33:06 +03:00
This commit is contained in:
Yvee1 2023-12-17 15:15:34 +01:00
parent c8fa7c3e0e
commit 836423b4e9

View File

@ -15,7 +15,8 @@ else
ARCH="osx"
fi
URL="https://www.stackage.org/stack/$ARCH-x86_64"
if [ "$RUNNER_OS" = "Windows" ] then
if [ "$RUNNER_OS" = "Windows" ]
then
curl --location "$URL" > stack.zip
unzip stack.zip
mkdir "$HOME/stack"