Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvee1 committed Dec 17, 2023
1 parent c8fa7c3 commit 836423b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/install-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 836423b

Please sign in to comment.