Skip to content

Commit

Permalink
Add env field
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Apr 26, 2024
1 parent 29d495e commit 508c758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
CXX: clang++
FFTW_DIR: "/usr/local/lib/"

env:
# Need to put this here. export doesn't work.
# cf. https://github.com/orgs/community/discussions/26013
FFTW_DIR: ${{ matrix.FFTW_DIR }}

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 508c758

Please sign in to comment.