Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jan 17, 2023
1 parent a1c0897 commit ae92f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install --quiet -y --no-install-recommends \
gfortran \
libxi-dev \
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install --quiet -y --no-install-recommends \
gfortran \
libxi-dev \
Expand Down Expand Up @@ -138,6 +140,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install --quiet -y --no-install-recommends \
gfortran \
libxi-dev \
Expand Down

0 comments on commit ae92f07

Please sign in to comment.