mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-09-25 18:45:54 -05:00
CI: homebrew - Untap aws and azure to silence warnings (#1972)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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