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 2440e78 commit 4eabfacCopy full SHA for 4eabfac
.github/workflows/ci.yml
@@ -165,6 +165,13 @@ jobs:
165
echo "INCLUDE=$PYPY_EXTERNALS_PATH/include;$INCLUDE" >> $GITHUB_ENV
166
echo "LIB=$PYPY_EXTERNALS_PATH/lib;$LIB" >> $GITHUB_ENV
167
# echo "CL=${{ matrix.PYTHON.CL_FLAGS }}" >> $GITHUB_ENV
168
+ - name: Add Brew
169
+ if: ${{ matrix.os.matrix == 'darwin' && matrix.python.implementation == 'pypy'}}
170
+ shell: bash
171
+ run: |
172
+ brew install [email protected] rust
173
+ echo "LDFLAGS=-L$(brew --prefix [email protected])/lib" >> $GITHUB_ENV
174
+ echo "CFLAGS=-I$(brew --prefix [email protected])/include" >> $GITHUB_ENV
175
- name: rustup
176
if: ${{ matrix.os.matrix == 'windows' && matrix.python.implementation == 'pypy'}}
177
shell: bash
0 commit comments