Skip to content

Commit

Permalink
Update basic-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcogarofalo authored Feb 6, 2025
1 parent 4b36ca1 commit 9e09525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "Number of cores ${nb_cores}"

- name: get_packages
run: sudo apt-get update && sudo apt install openmpi-bin openmpi-common libopenmpi3 libopenmpi-dev numdiff
run: sudo apt-get update && sudo apt install openmpi-bin openmpi-common libopenmpi3 libopenmpi-dev numdiff libblas-dev liblapack-dev

- name: mpicc_version
if: ${{ always() }}
Expand Down

0 comments on commit 9e09525

Please sign in to comment.