There was an error while loading. Please reload this page.
1 parent 5e7f59e commit 331d601Copy full SHA for 331d601
1 file changed
.github/workflows/Spack.yml
@@ -33,10 +33,10 @@ jobs:
33
package-name: wgrib2
34
package-variants: ${{ matrix.variants }}
35
custom-recipe: spack/package.py
36
- use-repo-cache: false
37
- spack-compiler: gcc
38
- use-common-build-cache: false
39
- cache-spack-lock: false
+ use-repo-cache: true
+ spack-compiler: gcc
+ use-common-build-cache: true
+ cache-spack-lock: true
40
repo-cache-key-suffix: ${{ matrix.os }}-${{ matrix.variants }}-
41
spack-ref: faa14e1c4943025dbf14505ebbc97027868950fd
42
0 commit comments