Skip to content

Commit

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

0 comments on commit d1c197d

Please sign in to comment.