mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
uninstall bicep first before untapping
Removed azure/bicep and aws to silence warnings in GitHub Actions.
This commit is contained in:
parent
c02dc752d5
commit
c5b92c3a81
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user