Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 12, 2024
1 parent f51d521 commit f7e247d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
exit 1
fi
wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/${bazelisk_basename}" \
-O "${bazelisk_dir}/bazelisk"
curl -OL "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/${bazelisk_basename}" && \
mv "${bazelisk_basename}" "${bazelisk_dir}/bazelisk"
chmod +x "${bazelisk_dir}/bazelisk"
echo "${bazelisk_dir}" >> "${GITHUB_PATH}"

0 comments on commit f7e247d

Please sign in to comment.