Skip to content

Commit

Permalink
.github/workflows/ci.yml: need sudo for cp crun?
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Feb 23, 2024
1 parent e948428 commit 112a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# https://github.com/kubernetes-sigs/kind/pull/3527
curl -sLo /tmp/crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64
chmod +x /tmp/crun
cp /tmp/crun /usr/bin/crun
sudo cp /tmp/crun /usr/bin/crun
build/ci/ci-run.py ${{ matrix.platform }} setup
Expand Down

0 comments on commit 112a2d6

Please sign in to comment.