Skip to content

Commit

Permalink
Handle '@' char
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 8, 2024
1 parent d241b35 commit 2c54dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- run: brew --prefix llvm
- run: |
#find /usr/local/opt/llvm -name 'llvm-*'
/usr/local/opt/llvm/bin/llvm-profdata --version
'/opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-profdata' --version
- run: |
/opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-profdata --version
/opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-cov --version
Expand Down

0 comments on commit 2c54dec

Please sign in to comment.