mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-22 04:33:06 +03:00
Fix typo
This commit is contained in:
parent
c8fa7c3e0e
commit
836423b4e9
3
.github/scripts/install-stack.sh
vendored
3
.github/scripts/install-stack.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user