Skip to content

Commit

Permalink
ls brew prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent fa3f80e commit 05ce730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
uses: actions/checkout@v2
- name: Install LLVM 12
run: |
echo "$(brew --prefix)"
brew install llvm@12
ls -F "$(brew --prefix)/opt/llvm@12"
ls -F "$(brew --prefix)/opt/llvm@12/*"
echo "/opt/homebrew/opt/llvm@12/bin:$PATH" >> "${GITHUB_PATH}"
echo LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib" >> "${GITHUB_ENV}"
echo CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 05ce730

Please sign in to comment.