Skip to content

Commit

Permalink
Looks for HOMEBREW_PREFIX env
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2025
1 parent 1b6657f commit cb64c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
- name: Install libomp using brew
run: |
echo $HOMEBREW_PREFIX
brew install libomp
echo "LIBOMPPATH=$(brew --prefix libomp)" >> $GITHUB_ENV
env
- name: Store clang location as environment variable
run: |
Expand Down

0 comments on commit cb64c6b

Please sign in to comment.