Skip to content

Commit

Permalink
Prepend to CPATH/LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 20, 2024
1 parent a99579b commit 4898377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
brew install llvm@12
echo "$(brew --prefix)/opt/llvm@12/bin" >> "$GITHUB_PATH"
echo "CPATH=$(brew --prefix)/opt/llvm@12/include" >> "$GITHUB_ENV"
echo "LIBRARY_PATH=$(brew --prefix)/opt/llvm@12/lib" >> "$GITHUB_ENV"
- name: Clang version
shell: bash
Expand Down

0 comments on commit 4898377

Please sign in to comment.