mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
CI: homebrew - Untap aws and azure to silence warnings (#1972)
This commit is contained in:
parent
359f1d9beb
commit
0e7e9ee632
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user