We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee9045 commit 03b1e5fCopy full SHA for 03b1e5f
.github/workflows/swift.yaml
@@ -21,7 +21,7 @@ jobs:
21
brew install llvm@18
22
# Important: add empty string
23
echo "" >> /Users/runner/.bash_profile
24
- echo 'export PATH="/opt/homebrew/opt/bin:$PATH"' >> /Users/runner/.bash_profile
+ echo 'export PATH="/opt/homebrew/opt/llvm/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
27
source /Users/runner/.bash_profile
0 commit comments