ci: sudo required
This commit is contained in:
parent
f09c19c3e6
commit
7295325295
|
@ -30,7 +30,7 @@ jobs:
|
||||||
|
|
||||||
- name: Download YQ
|
- name: Download YQ
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo\
|
||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
- name: Set up S3CMD
|
- name: Set up S3CMD
|
||||||
uses: s3-actions/s3cmd@v1.5.0
|
uses: s3-actions/s3cmd@v1.5.0
|
||||||
|
|
Reference in New Issue