From 0e7e9ee632a177699402cf4e1ab8cf5aa7ad9f2d Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:19:16 +0900 Subject: [PATCH] CI: homebrew - Untap aws and azure to silence warnings (#1972) --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1afde6c..3aaf9a93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -230,6 +230,9 @@ jobs: - name: "Install system dependencies" run: | + # Removing azure/bicep and aws to silence warnings in Github Actions + brew uninstall bicep + brew untap aws/tap azure/bicep brew update brew install nasm automake libtool