Skip to content

Commit

Permalink
Fix Windows stack-install 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvee1 committed Dec 17, 2023
1 parent a1ebd33 commit 3132f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
if [ "$RUNNER_OS" = "Windows" ]
then
curl --location "$URL" > stack.zip
unzip stack.zip
unzip -o stack.zip
ls
mkdir -p "$HOME/stack"
mv stack.exe "$HOME/stack"
Expand Down

0 comments on commit 3132f7a

Please sign in to comment.