Skip to content

Commit cb99fbd

Browse files
committed
Add apt-get update to the list of instructions, CI is failing at the "install dependencies"
step...
1 parent 8c8db84 commit cb99fbd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
with:
4444
name: ed2-binary
4545
- name: Install dependencies
46-
run: sudo apt-get install -y --no-install-recommends gfortran libhdf5-openmpi-dev libopenmpi-dev libblas-dev liblapack-dev
46+
run:
47+
sudo apt-get update
48+
sudo apt-get install -y --no-install-recommends gfortran libhdf5-openmpi-dev libopenmpi-dev libblas-dev liblapack-dev
4749
- name: Run ED2
4850
working-directory: ./EDTS/
4951
run: |

0 commit comments

Comments
 (0)