Skip to content

Commit

Permalink
install without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Jan 15, 2025
1 parent 3eacfb1 commit d9a259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
fi
if [[ ! -z ${tag} ]]; then
echo "Installing ko @ ${tag} for ${os} ${arch}"
curl -fsL https://github.com/ko-build/ko/releases/download/${tag}/ko_${tag:1}_${os}_${arch}.tar.gz | sudo tar xzf - -C /usr/local/bin ko
curl -fsL https://github.com/ko-build/ko/releases/download/${tag}/ko_${tag:1}_${os}_${arch}.tar.gz | tar xzf - -C /usr/local/bin ko
fi
if [[ ! -z ${KO_DOCKER_REPO} ]]; then
Expand Down

0 comments on commit d9a259d

Please # to comment.