From 8dd9da32618d28dadd3aea05813e538ec8094fa1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 20 Oct 2025 15:06:16 +0200 Subject: [PATCH] GHA: drop `HOMEBREW_NO_AUTO_UPDATE=1` [ci skip] Doesn't seem to be fixing the initial delay. Follow-up to ec5ba06276f888f9e1de51e41dd3b4c220b1c31d #1678 --- .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 96409ff0..06ab7b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: 'install prereqs' run: | - HOMEBREW_NO_AUTO_UPDATE=1 /home/linuxbrew/.linuxbrew/bin/brew install shellcheck zizmor + /home/linuxbrew/.linuxbrew/bin/brew install shellcheck zizmor python3 -m venv ~/venv ~/venv/bin/pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary -r .github/workflows/requirements.txt