Skip to content

Commit d982fec

Browse files
authored
Merge pull request #42 from ko-build/imjasonh-patch-3
install without sudo
2 parents 3eacfb1 + d9a259d commit d982fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
fi
4242
if [[ ! -z ${tag} ]]; then
4343
echo "Installing ko @ ${tag} for ${os} ${arch}"
44-
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
44+
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
4545
fi
4646
4747
if [[ ! -z ${KO_DOCKER_REPO} ]]; then

0 commit comments

Comments
 (0)