Skip to content

Commit

Permalink
CI: Debugging the OpenMP_ROOT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jan 2, 2025
1 parent e5b6d7d commit 0b795a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Set OpenMP_ROOT for Clang
if: startsWith(matrix.compiler.name, 'clang')
run: echo "OpenMP_ROOT=$(brew --prefix libomp)" >> $GITHUB_ENV
run: |
brew --prefix libomp
echo "OpenMP_ROOT=$(brew --prefix libomp)" >> $GITHUB_ENV
- name: Cache Boost (a C++20 compatible version)
id: cache-boost
Expand Down

0 comments on commit 0b795a5

Please sign in to comment.