Skip to content

Commit

Permalink
Explicitly install blas
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 12, 2024
1 parent 804d958 commit b331a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
spack env activate gsi-env
spack compiler find
sudo apt install cmake
sudo apt install libblas-dev
spack external find
spack add [email protected]
spack concretize
Expand All @@ -70,7 +71,7 @@ jobs:

- name: cache-env
id: cache-env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
spack
Expand Down

0 comments on commit b331a75

Please sign in to comment.