[FIX] Fixed BLAS dependency on workflow

test_dev
Stack-1 7 months ago
parent 746e1bd87e
commit 72f614327b

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

Loading…
Cancel
Save