Skip to content

Commit

Permalink
Try to fix workflows/deploy.yaml (install gfortran libopenmpi-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 5, 2022
1 parent 34312fd commit 0d29248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Clone Nek5000
run: git clone --depth=1 https://github.com/snek5000/Nek5000.git $HOME/Nek5000

- name: Install apt packages
run: |
sudo apt-get update
sudo apt-get install gfortran libopenmpi-dev
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0d29248

Please sign in to comment.