Skip to content

Commit

Permalink
ci: try to update first
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Connell committed Jan 21, 2025
1 parent 17bd7c9 commit 1b89f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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
- name: Install fftw3 libs (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 1b89f11

Please sign in to comment.