ci: sudo required

This commit is contained in:
Derrick Hammer 2023-08-06 23:10:54 -04:00
parent f09c19c3e6
commit 7295325295
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Download YQ
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
- name: Set up S3CMD
uses: s3-actions/s3cmd@v1.5.0