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:
parent
a3e398da82
commit
2299a7adbd
2
.github/scripts/install-stack.sh
vendored
2
.github/scripts/install-stack.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user