Skip to content

Commit

Permalink
[CI] set ldflags and cppflags
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent 9f10e4a commit 1ce938b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew info libomp
echo "$(brew --prefix libomp)/include"
echo "$(brew --prefix libomp)/include" >> $GITHUB_PATH
echo "$PATH"
export LDFLAGS="-L$(brew --prefix libomp)/lib"
export CPPFLAGS="-I$(brew --prefix libomp)/include"
- name: Show python info
shell: bash -e {0}
run: |
Expand Down

0 comments on commit 1ce938b

Please sign in to comment.