Skip to content

Commit 76e1a60

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ 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
106-
if: ${{ runner.os == 'Linux' }}
109+
if: ${{ runner.os != 'Windows' }}
107110

108111
- name: Prep
109112
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)