Skip to content

Commit

Permalink
explicitly find compilers, allowing gfortran with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 6, 2024
1 parent d4f9b96 commit d782a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
echo "${PWD}/spack/bin" >> "${GITHUB_PATH}"
echo "mirror_name=github-container-registry" >> "${GITHUB_ENV}"
- name: Find compilers for Spack
run: |
spack compiler find --mixed-toolchain
- name: Print Spack configuration
run: |
spack config blame config
Expand Down

0 comments on commit d782a14

Please sign in to comment.