Skip to content

Commit c54250b

Browse files
undo
1 parent 7c22761 commit c54250b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
116116
brew install llvm@${{ matrix.llvm }}
117117
export SDKROOT="$(xcrun --show-sdk-path)"
118-
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
118+
./configure --enable-experimental-jit --enable-universal-sdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
119119
make all --jobs 4
120120
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
121121

0 commit comments

Comments
 (0)