We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d2a08 commit c8264bcCopy full SHA for c8264bc
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Install dependencies
17
- run:
+ run: |
18
sudo apt-get update
19
sudo apt-get install -y --fix-missing --no-install-recommends gfortran libhdf5-openmpi-dev libopenmpi-dev libblas-dev liblapack-dev
20
- name: Install ED2
@@ -45,7 +45,7 @@ jobs:
45
with:
46
name: ed2-binary
47
48
49
50
51
- name: Run ED2
0 commit comments