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 44c9a43 commit bdc99aeCopy full SHA for bdc99ae
.github/workflows/ci.yml
@@ -158,7 +158,7 @@ jobs:
158
mkdir --parents $(dirname $PYPY_EXTERNALS_PATH)
159
hg clone https://foss.heptapod.net/pypy/externals/ $PYPY_EXTERNALS_PATH
160
dir $PYPY_EXTERNALS_PATH
161
- cd $PYPY_EXTERNALS_PATH && hg update win32_14x
+ cd $PYPY_EXTERNALS_PATH && hg update win$(python -c 'import struct; print(struct.calcsize("P") * 8)')_14x
162
echo "INCLUDE=$PYPY_EXTERNALS_PATH/include;$INCLUDE" >> $GITHUB_ENV
163
echo "LIB=$PYPY_EXTERNALS_PATH/lib;$LIB" >> $GITHUB_ENV
164
# echo "CL=${{ matrix.PYTHON.CL_FLAGS }}" >> $GITHUB_ENV
0 commit comments