From c5b92c3a81b093e5d49e5d5fe77c46e59d1a6c6e Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:57:26 +0900 Subject: [PATCH] uninstall bicep first before untapping Removed azure/bicep and aws to silence warnings in GitHub Actions. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e961c70..3aaf9a93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -230,8 +230,10 @@ jobs: - name: "Install system dependencies" run: | - brew update + # 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 - name: "Install molten-vk"