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 771e1a6 commit a2ae68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
brew info libomp
echo "LDFLAGS=${LDFLAGS} -L$(brew --prefix libomp)/lib" >> "$GITHUB_ENV"
echo "CPPFLAGS=${CPPFLAGS} -I$(brew --prefix libomp)/include" >> "$GITHUB_ENV"
echo "CLAGS=${CFLAGS} -std=c++11" >> "$GITHUB_ENV"
echo "CFLAGS=${CFLAGS} -std=c++11" >> "$GITHUB_ENV"
- name: Show python info
shell: bash -e {0}
run: |
Expand Down

0 comments on commit a2ae68c

Please sign in to comment.