diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-19 21:51:35 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-19 22:00:56 +0200 |
commit | b452f1bec5c041cffbc5160e7f90eaf6daab82a0 (patch) | |
tree | 6777a2a5aea5c67a9d5ada8cc5bb371d0495ca44 /scripts/ci/steps/10-dependencies.sh | |
parent | f5dee82eed5ece2819b33b6bb41b990cdd407b39 (diff) |
Adapt CI scripts for readonly sourcedir
Diffstat (limited to 'scripts/ci/steps/10-dependencies.sh')
-rw-r--r-- | scripts/ci/steps/10-dependencies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/steps/10-dependencies.sh b/scripts/ci/steps/10-dependencies.sh index c506bb8..290cce2 100644 --- a/scripts/ci/steps/10-dependencies.sh +++ b/scripts/ci/steps/10-dependencies.sh @@ -1,3 +1,3 @@ cabal update -cabal sandbox init -cabal install --only-dependencies +cabal --sandbox-config="$sandbox_config" sandbox init --sandbox="$sandbox" +cabal --sandbox-config="$sandbox_config" install --only-dependencies |