We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80642 commit 5dce539Copy full SHA for 5dce539
1 file changed
.github/actions/setup/macos/action.yml
@@ -13,6 +13,8 @@ runs:
13
- name: brew
14
shell: bash
15
run: |
16
+ brew uninstall bicep
17
+ brew untap aws/tap azure/bicep
18
brew install --quiet jemalloc gmp libffi openssl@3 zlib autoconf automake libtool
19
20
- name: Set ENV
0 commit comments