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 d3a6288 commit 1867aa2Copy full SHA for 1867aa2
.github/workflows/spack-ci.yml
.github/workflows/workflow.yml
@@ -25,3 +25,9 @@ jobs:
25
with:
26
compiler: ${{ matrix.compiler }}
27
cmake-build-type: ${{ matrix.build-type }}
28
+
29
+ spack_build:
30
+ uses: GEOS-ESM/CI-workflows/.github/workflows/spack_gcc_build.yml@project/geosgcm
31
+ secrets:
32
+ BUILDCACHE_USERNAME: ${{ secrets.BUILDCACHE_USERNAME }}
33
+ BUILDCACHE_TOKEN: ${{ secrets.BUILDCACHE_TOKEN }}
0 commit comments