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 9c923c9 commit c51d15eCopy full SHA for c51d15e
.github/workflows/jit.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
arch -x86_64 /bin/bash -c '
100
brew update
101
- find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
+ find /usr/local/bin -lname "*/Library/Frameworks/Python.framework/*" -delete
102
brew install llvm@${{ matrix.llvm }}
103
export SDKROOT="$(xcrun --show-sdk-path)"
104
# Set MACOSX_DEPLOYMENT_TARGET and -Werror=unguarded-availability to
0 commit comments