Skip to content

Commit

Permalink
install fftw
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent dd98a5e commit 852a5b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
repository: jacobmerson/pcms_testcases
path: pcms_testcases

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

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

0 comments on commit 852a5b1

Please sign in to comment.