Skip to content

Commit dee9045

Browse files
committed
Update CI
1 parent 7e193db commit dee9045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
brew install llvm@18
2222
# Important: add empty string
2323
echo "" >> /Users/runner/.bash_profile
24-
echo 'export PATH="/opt/homebrew/llvm/opt/bin:$PATH"' >> /Users/runner/.bash_profile
24+
echo 'export PATH="/opt/homebrew/opt/bin:$PATH"' >> /Users/runner/.bash_profile
2525
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"' >> /Users/runner/.bash_profile
2626
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile
2727
source /Users/runner/.bash_profile

0 commit comments

Comments
 (0)