Skip to content

Commit c8264bc

Browse files
committed
Fix instructions for multiple lines.
1 parent f6d2a08 commit c8264bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Install dependencies
17-
run:
17+
run: |
1818
sudo apt-get update
1919
sudo apt-get install -y --fix-missing --no-install-recommends gfortran libhdf5-openmpi-dev libopenmpi-dev libblas-dev liblapack-dev
2020
- name: Install ED2
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
name: ed2-binary
4747
- name: Install dependencies
48-
run:
48+
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y --fix-missing --no-install-recommends gfortran libhdf5-openmpi-dev libopenmpi-dev libblas-dev liblapack-dev
5151
- name: Run ED2

0 commit comments

Comments
 (0)