Skip to content

Commit c51d15e

Browse files
committed
find cmd escape
1 parent 9c923c9 commit c51d15e

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
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
arch -x86_64 /bin/bash -c '
100100
brew update
101-
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
101+
find /usr/local/bin -lname "*/Library/Frameworks/Python.framework/*" -delete
102102
brew install llvm@${{ matrix.llvm }}
103103
export SDKROOT="$(xcrun --show-sdk-path)"
104104
# Set MACOSX_DEPLOYMENT_TARGET and -Werror=unguarded-availability to

0 commit comments

Comments
 (0)