Skip to content

Commit f1547fe

Browse files
committed
Attempt to stop depending on homebrew
Refs #1158
1 parent f58c661 commit f1547fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
linux+x86-64)
103103
apt-get update
104104
apt-get install curl gcc perl-modules openssl make xz-utils --yes;;
105+
darwin+aarch64)
106+
# https://github.com/pkgxdev/pkgx/issues/1158
107+
rm -rf /opt/homebrew;;
105108
esac
106109
if: ${{ runner.os == 'Linux' }}
107110

0 commit comments

Comments
 (0)