We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e123a0 commit 2f4a924Copy full SHA for 2f4a924
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: spack -e . compiler find --mixed-toolchain
31
32
- name: Concretize (fresh)
33
- run: spack -e . -v concretize
+ run: spack -e . -v concretize --fresh
34
if: ${{ github.event.inputs.name == 'true' }}
35
36
- name: Concretize (reuse)
0 commit comments