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 1867aa2 commit 776d025Copy full SHA for 776d025
.github/workflows/workflow.yml
@@ -25,9 +25,12 @@ jobs:
25
with:
26
compiler: ${{ matrix.compiler }}
27
cmake-build-type: ${{ matrix.build-type }}
28
+ fixture-repo: GEOS-ESM/GEOSgcm
29
30
spack_build:
31
uses: GEOS-ESM/CI-workflows/.github/workflows/spack_gcc_build.yml@project/geosgcm
32
secrets:
33
BUILDCACHE_USERNAME: ${{ secrets.BUILDCACHE_USERNAME }}
34
BUILDCACHE_TOKEN: ${{ secrets.BUILDCACHE_TOKEN }}
35
+ with:
36
0 commit comments