Skip to content

Commit ce1a4ae

Browse files
fix macos
1 parent fcb45ef commit ce1a4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
115115
brew install llvm@${{ matrix.llvm }}
116116
export SDKROOT="$(xcrun --show-sdk-path)"
117-
export PATH="/opt/homebrew/Cellar/llvm/{{ matrix.llvm }}.1.0:$PATH"
117+
export PATH="/opt/homebrew/Cellar/llvm/{{ matrix.llvm }}.1.1:$PATH"
118118
export PATH="/usr/local/opt/llvm/bin:$PATH"
119119
CC=clang-20 ./configure --with-tail-call-interp
120120
make all --jobs 4

0 commit comments

Comments
 (0)