mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-11 01:25:15 +02:00
CI: homebrew - Untap aws and azure to silence warnings (#1972)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user