Skip to content

Commit

Permalink
try libfftw
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 16, 2025
1 parent 1e4b1de commit 11d06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
path: pcms_testcases

- name: Install fftw3
run: sudo apt-get install -yq fftw3 pkg-config
run: sudo apt-get install -yq libfftw3-dev pkg-config

- name: build pcms
uses: ./.github/actions/install-repo
Expand Down

0 comments on commit 11d06c9

Please sign in to comment.