We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd8925 commit 16cba0aCopy full SHA for 16cba0a
1 file changed
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: spack/setup-spack@v3
28
29
- name: Find compilers
30
- run: spack -e . compiler find --mixed-toolchain
+ run: spack -e . compiler find
31
32
- name: Concretize (fresh)
33
run: spack -e . -v concretize --fresh
0 commit comments