From 729532529525fe95e5830990b9afe11440ede525 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 6 Aug 2023 23:10:54 -0400 Subject: [PATCH] ci: sudo required --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26125b4..59ac64c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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