Skip to content

Commit 81867ce

Browse files
fix permissions
Signed-off-by: Alexandre Lamarre <[email protected]>
1 parent 5c50778 commit 81867ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: '1.22'
2828
- name : Install YQ
2929
run: |
30-
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;
30+
sudo wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && sudo chmod +x /usr/bin/yq;
3131
- name : Install helm
3232
run : |
3333
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3

0 commit comments

Comments
 (0)