[FIX] Fixed MPI dependency on workflow

test_dev
Stack-1 8 months ago
parent 1923317374
commit 746e1bd87e

@ -35,7 +35,7 @@ jobs:
- name: Setup CMake and compiler
run: |
sudo apt update
sudo apt install -y cmake build-essential
sudo apt install -y cmake build-essential mpich libmpich-dev
# Step 3: Set defaults for inputs when triggered by push/PR
- name: Set default build variables

Loading…
Cancel
Save