From 105b2c2f1e1196e6cac8b59f43de8d9ee2409820 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 31 Oct 2022 21:55:51 -0500 Subject: [PATCH] fix(ci): pin + cache --- .github/download-boxes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/download-boxes.sh b/.github/download-boxes.sh index 00ca501f..d32023c3 100755 --- a/.github/download-boxes.sh +++ b/.github/download-boxes.sh @@ -11,8 +11,8 @@ GIT_ROOT=$(git rev-parse --show-toplevel) PROVIDER=virtualbox # get yq used for filtering -wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\ - chmod +x /usr/bin/yq +sudo wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\ + sudo chmod +x /usr/bin/yq # Read all boxes for all platforms from the "molecule.yml" files all_boxes=$(cat "${GIT_ROOT}"/molecule/*/molecule.yml |