uninstall bicep first before untapping

Removed azure/bicep and aws to silence warnings in GitHub Actions.
This commit is contained in:
shinra-electric 2026-06-30 07:57:26 +09:00 committed by GitHub
parent c02dc752d5
commit c5b92c3a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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