From b37e680d1ca011fe595e3bcc80e6085f57347bb2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 6 Aug 2023 23:14:34 -0400 Subject: [PATCH] ci: command cleanup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59ac64c..876b791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: - name: Download YQ run: | - sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo\ - chmod +x /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 with: