Skip to content

Commit 92fade7

Browse files
committed
Include export fix from gh-126494
1 parent c8a4883 commit 92fade7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
run: |
134134
brew update
135135
brew install llvm@${{ matrix.llvm }}
136-
SDKROOT="$(xcrun --show-sdk-path)" \
137-
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
136+
export SDKROOT="$(xcrun --show-sdk-path)"
137+
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
138138
make all --jobs 4
139139
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
140140

0 commit comments

Comments
 (0)