Skip to content

Commit

Permalink
[CI] c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent ddb12ae commit bede9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Add OpenMP to path (macOS)
- name: Add OpenMP flags (macOS)
if: runner.os == 'macOS'
run: |
brew info libomp
echo "LDFLAGS=${LDFLAGS} -L$(brew --prefix libomp)/lib" >> "$GITHUB_ENV"
echo "CPPFLAGS=${CPPFLAGS} -I$(brew --prefix libomp)/include" >> "$GITHUB_ENV"
echo "CXXLAGS=${CXXFLAGS} -std=c++11" >> "$GITHUB_ENV"
- name: Show python info
shell: bash -e {0}
run: |
Expand Down

0 comments on commit bede9e6

Please sign in to comment.