Skip to content

Commit

Permalink
undid some modifs during merge, oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Jul 29, 2021
1 parent d14971b commit f566d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ddalphaamg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "Number of cores ${nb_cores}"

- name: get_packages
run: sudo apt install openmpi-bin openmpi-common numdiff
run: sudo apt update && sudo apt install openmpi-bin openmpi-common numdiff

- name: get_lime
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qphix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "Number of cores ${nb_cores}"

- name: get_packages
run: sudo apt install openmpi-bin openmpi-common numdiff
run: sudo apt update && sudo apt install openmpi-bin openmpi-common numdiff

- name: get_lime
uses: actions/checkout@v2
Expand Down

0 comments on commit f566d34

Please sign in to comment.