Skip to content

Commit

Permalink
ci: fix based on libfftw rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Connell committed Jan 21, 2025
1 parent 1b89f11 commit e81ae02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Install fftw3 libs (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libfftw3-3 libfftw3-dev
sudo apt-get install -y libfftw3-dev libfftw3-double3
- name: Install fftw3 libs (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit e81ae02

Please sign in to comment.