diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 4046cf1..2985040 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -46,7 +46,7 @@ jobs: run: | git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git source spack/share/spack/setup-env.sh - spack env create gsi-monitor-env spack.yaml + spack env create gsi-monitor-env gsi-monitor/ci/spack.yaml spack env activate gsi-monitor-env sudo apt install cmake spack external find diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index 815c325..82a12de 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -58,7 +58,7 @@ jobs: run: | git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git source spack/share/spack/setup-env.sh - spack env create gsi-monitor-env spack.yaml + spack env create gsi-monitor-env gsi-monitor/ci/spack.yaml spack env activate gsi-monitor-env spack compiler find sudo apt install cmake