We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e525b71 commit 917d00dCopy full SHA for 917d00d
_ci-mac-homebrew.sh
@@ -13,6 +13,11 @@ if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" = *'llvm'* ]]; then
13
fi
14
15
if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
16
+ if [ -n "${APPVEYOR_ACCOUNT_NAME:-}" ] && \
17
+ [ "$(uname -m)" = 'arm64' ] && \
18
+ [ ! -f '/Library/Apple/usr/libexec/oah/libRosettaRuntime' ]; then
19
+ softwareupdate --install-rosetta --agree-to-license
20
+ fi
21
extra+=' mingw-w64 osslsigncode wine-stable openssh'
22
if [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
23
extra+=' nasm'
0 commit comments