Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Nov 15, 2022
1 parent a76ad91 commit 150e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install libomp-12-dev libblas-dev libopenblas-base libfftw3-dev libmpfr-dev
sudo apt-get install libomp-11-dev libblas-dev libopenblas-base libfftw3-dev libmpfr-dev
- name: Install dependencies on macOS
if: startsWith(matrix.os, 'macOS')
run: |
Expand Down

0 comments on commit 150e49b

Please sign in to comment.