From 4ab36edbebf84fced744d0775fdfbe44f6fa9904 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 18 Jul 2025 23:28:13 +0200 Subject: [PATCH] try fixup --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1bf0d519f3..96bde45206 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -345,7 +345,7 @@ jobs: while [[ $? == 0 ]]; do for i in 1 2 3; do if brew update && brew bundle install --file /tmp/Brewfile; then break 2; else echo Error: wait to try again; sleep 10; fi; done; false Too many retries; done - name: 'brew unlink openssl' - if: ${{ contains(matrix.build.install, 'libressl') || contains(matrix.build.install, 'quictls') }} + if: ${{ contains(matrix.build.install, 'aws-lc') || contains(matrix.build.install, 'libressl') || contains(matrix.build.install, 'quictls') }} run: | if [ -d /opt/homebrew/include/openssl ]; then brew unlink openssl