Skip to content

Commit e5cf656

Browse files
committed
tmp
1 parent 71e9e2f commit e5cf656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
brew install llvm@18
8484
xcrun clang --version
8585
which clang
86-
sudo ln -s /usr/local/opt/llvm@18/bin/clang /usr/bin
86+
sudo ln -sf /usr/local/opt/llvm@18/bin/clang /usr/bin
8787
which clang
8888
#echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
8989
# Build and upload the archive
@@ -114,7 +114,7 @@ jobs:
114114
brew install llvm@18
115115
xcrun clang --version
116116
which clang
117-
sudo ln -s /usr/local/opt/llvm@18/bin/clang /usr/bin
117+
sudo ln -sf /usr/local/opt/llvm@18/bin/clang /usr/bin
118118
which clang
119119
#echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
120120
# Build and upload the archive

0 commit comments

Comments
 (0)