must install mpi for compiling with mpi

This commit is contained in:
Axel Kohlmeyer
2024-08-31 04:47:03 -04:00
parent fb2c060d63
commit e5f8a4bec5

View File

@ -28,8 +28,15 @@ jobs:
- name: Install extra packages
run: |
sudo apt-get install -y ccache mold ninja-build
sudo apt-get install -y libeigen3-dev libgsl-dev libcurl4-openssl-dev python3-dev
sudo apt-get install -y ccache \
libeigen3-dev \
libgsl-dev \
libcurl4-openssl-dev \
mold \
mpi-default-bin \
mpi-default-dev \
ninja-build \
python3-dev
- name: Create Build Environment
run: mkdir build