Skip to content

Commit

Permalink
Add missing env var to installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Oct 13, 2021
1 parent f19e81f commit 23b2e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -x
set -e
set -o pipefail

LOCAL=local
INSTALL_DIR="${HOME}/${LOCAL}"
SPACK_DIR=${INSTALL_DIR}/spack
MOCHI_REPO_DIR=${INSTALL_DIR}/mochi-spack-packages
Expand Down

0 comments on commit 23b2e2c

Please sign in to comment.