Skip to content

Commit 23bd94b

Browse files
committed
ci: add unzip for cryptopp dependency
1 parent 901da48 commit 23bd94b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test/00_setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export BASE_OUTDIR=${BASE_OUTDIR:-$BASE_SCRATCH_DIR/out/$HOST}
6565
export BASE_BUILD_DIR=${BASE_BUILD_DIR:-$BASE_SCRATCH_DIR/build}
6666
export PREVIOUS_RELEASES_DIR=${PREVIOUS_RELEASES_DIR:-$BASE_ROOT_DIR/releases/$HOST}
6767
export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
68-
export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison}
68+
export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison unzip}
6969
export GOAL=${GOAL:-install}
7070
export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets}
7171
export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH

0 commit comments

Comments
 (0)