Skip to content

Commit 150e49b

Browse files
Update ci.yml
1 parent a76ad91 commit 150e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: startsWith(matrix.os, 'ubuntu')
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install libomp-12-dev libblas-dev libopenblas-base libfftw3-dev libmpfr-dev
36+
sudo apt-get install libomp-11-dev libblas-dev libopenblas-base libfftw3-dev libmpfr-dev
3737
- name: Install dependencies on macOS
3838
if: startsWith(matrix.os, 'macOS')
3939
run: |

0 commit comments

Comments
 (0)