Skip to content

Commit

Permalink
use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Aug 12, 2021
1 parent da3e92d commit 31fe343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup env
run: |
sudo curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${KUBE_BUILDER_VERSION}/kubebuilder_linux_amd64 -o /usr/local/bin/kubebuilder
chmod a+x /usr/local/bin/kubebuilder
sudo chmod a+x /usr/local/bin/kubebuilder
- name: Test and build image
run: |
Expand Down

0 comments on commit 31fe343

Please sign in to comment.