diff --git a/.github/workflows/packer-daily-builds.yml b/.github/workflows/packer-daily-builds.yml index 54ad3c1..ef6eeff 100644 --- a/.github/workflows/packer-daily-builds.yml +++ b/.github/workflows/packer-daily-builds.yml @@ -19,7 +19,7 @@ jobs: ref: main - name: Install 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: Get Packer templates id: packer-templates-matrix