We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8051752 commit 74953efCopy full SHA for 74953ef
.github/workflows/swift.yaml
@@ -19,6 +19,8 @@ jobs:
19
run: |
20
brew update
21
brew install llvm@18
22
+ # Important: add empty string
23
+ echo "" >> /Users/runner/.bash_profile
24
echo 'export PATH="/opt/homebrew/llvm/opt/bin:$PATH"' >> /Users/runner/.bash_profile
25
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"' >> /Users/runner/.bash_profile
26
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile
0 commit comments