We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58c661 commit 76e1a60Copy full SHA for 76e1a60
1 file changed
.github/workflows/cd.yml
@@ -102,8 +102,11 @@ jobs:
102
linux+x86-64)
103
apt-get update
104
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;;
108
esac
- if: ${{ runner.os == 'Linux' }}
109
+ if: ${{ runner.os != 'Windows' }}
110
111
- name: Prep
112
if: ${{ runner.os == 'Windows' }}
0 commit comments