Skip to content

Commit

Permalink
Don't fail if .local directory already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Mar 24, 2023
1 parent 83c6334 commit 97f8eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo 'linker = "aarch64-linux-gnu-gcc"' >> .cargo/config
;;
aarch64-unknown-linux-musl)
mkdir $HOME/.local
mkdir -p $HOME/.local
curl -o /tmp/musl.tgz https://musl.cc/aarch64-linux-musl-cross.tgz
tar -xzf /tmp/musl.tgz -C $HOME/.local
Expand Down

0 comments on commit 97f8eba

Please sign in to comment.