From dfdb11a0aa5c872be8ab701101f6ea9f1941c53d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 01:49:12 +0200 Subject: [PATCH] Revert "GHA: work around Homebrew `ca-certificates` install error" This reverts commit 4477c2623c1061ceb386aa1ad6b37e6cc8540f48. --- .github/workflows/codeql.yml | 1 - .github/workflows/linux.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ec37b674e6..c1fb8f6b92 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,6 @@ permissions: {} env: DO_NOT_TRACK: '1' - HOMEBREW_NO_AUTO_UPDATE: '1' jobs: gha_python: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d92c34adc6..e1add7cbe0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,6 @@ env: CURL_CI: github CURL_TEST_MIN: 1660 DO_NOT_TRACK: '1' - HOMEBREW_NO_AUTO_UPDATE: '1' # renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com AWSLC_VERSION: 5.1.0 # renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com