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 71e9e2f commit e5cf656Copy full SHA for e5cf656
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
brew install llvm@18
84
xcrun clang --version
85
which clang
86
- sudo ln -s /usr/local/opt/llvm@18/bin/clang /usr/bin
+ sudo ln -sf /usr/local/opt/llvm@18/bin/clang /usr/bin
87
88
#echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
89
# Build and upload the archive
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments