Skip to content

Commit

Permalink
Fix Windows stack-install 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvee1 committed Dec 17, 2023
1 parent 836423b commit a1ebd33
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 @@ -19,7 +19,8 @@ else
then
curl --location "$URL" > stack.zip
unzip stack.zip
mkdir "$HOME/stack"
ls
mkdir -p "$HOME/stack"
mv stack.exe "$HOME/stack"
export PATH=$PATH:"$HOME/stack"
else
Expand Down

0 comments on commit a1ebd33

Please sign in to comment.