Skip to content

Commit

Permalink
Passing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 31, 2024
1 parent c132eb2 commit 45491be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Check
run: |
docker run --rm -i -v ${PWD}:/home/tests -w /home/tests ${cntr} \
OPENMP=-fopenmp make all-examples
docker run --rm -i -e "OPENMP=-fopenmp" -v ${PWD}:/home/tests \
-w /home/tests ${cntr} make all-examples
test-macos:
runs-on: macos-latest

Expand Down

0 comments on commit 45491be

Please sign in to comment.