Skip to content

Commit de3f896

Browse files
Remove extra space
1 parent 18e77f2 commit de3f896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

+1-1
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 ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
119119
make all --jobs 4
120120
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
121121

0 commit comments

Comments
 (0)