Skip to content

Commit dba15e8

Browse files
authored
deploy-2-start.yml: Renamed spack-start.bash to spack-enable.bash (#31)
1 parent 79c7714 commit dba15e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-2-start.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git -C ${{ vars.SPACK_PACKAGES_LOCATION }} checkout --force ${{ steps.versions.outputs.packages }}
6161
git -C ${{ vars.SPACK_CONFIG_LOCATION }} fetch
6262
git -C ${{ vars.SPACK_CONFIG_LOCATION }} checkout --force ${{ steps.versions.outputs.config }}
63-
. ${{ vars.SPACK_CONFIG_LOCATION }}/spack-start.bash
63+
. ${{ vars.SPACK_CONFIG_LOCATION }}/spack-enable.bash
6464
spack env create ${{ inputs.env-name }} ${{ vars.SPACK_YAML_LOCATION }}/spack.yaml
6565
spack env activate ${{ inputs.env-name }}
6666
spack --debug install --fresh || exit $?

0 commit comments

Comments
 (0)