Skip to content

Commit d67fb92

Browse files
authored
Merge pull request #85 from hombit/ci-macos-system
Add macOS feature=system to CI
2 parents e5ef1d9 + f1d6077 commit d67fb92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
runs-on: macos-10.15
2525
strategy:
2626
matrix:
27-
feature: ["intel-mkl", "source"]
27+
feature: ["intel-mkl", "source", "system"]
2828
steps:
2929
- uses: actions/checkout@v1
30+
- name: Install system FFTW
31+
run: brew install fftw
32+
if: ${{ matrix.feature == 'system' }}
3033
- uses: actions-rs/cargo@v1
3134
with:
3235
command: test

0 commit comments

Comments
 (0)