Skip to content

Commit 74953ef

Browse files
committed
Update CI
1 parent 8051752 commit 74953ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: |
2020
brew update
2121
brew install llvm@18
22+
# Important: add empty string
23+
echo "" >> /Users/runner/.bash_profile
2224
echo 'export PATH="/opt/homebrew/llvm/opt/bin:$PATH"' >> /Users/runner/.bash_profile
2325
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"' >> /Users/runner/.bash_profile
2426
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile

0 commit comments

Comments
 (0)