diff options
Diffstat (limited to '.github/workflows/bin/bootstrap-test.sh')
-rwxr-xr-x | .github/workflows/bin/bootstrap-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bin/bootstrap-test.sh b/.github/workflows/bin/bootstrap-test.sh index 563eb28643..0d774c248c 100755 --- a/.github/workflows/bin/bootstrap-test.sh +++ b/.github/workflows/bin/bootstrap-test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e source share/spack/setup-env.sh -$PYTHON bin/spack bootstrap disable github-actions-v0.4 +$PYTHON bin/spack bootstrap disable github-actions-v0.5 $PYTHON bin/spack bootstrap disable spack-install $PYTHON bin/spack $SPACK_FLAGS solve zlib tree $BOOTSTRAP/store |