1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

GHA: drop HOMEBREW_NO_AUTO_UPDATE=1 [ci skip]

Doesn't seem to be fixing the initial delay.

Follow-up to ec5ba06276 #1678
This commit is contained in:
Viktor Szakats
2025-10-20 15:06:16 +02:00
parent bb7b68dee8
commit 8dd9da3261

View File

@@ -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