Skip to content

Commit 3ffc190

Browse files
committed
ci: Install documented packages for "Win64" CI task
1 parent ba48fcf commit 3ffc190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_win64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CONTAINER_NAME=ci_win64
1010
export DOCKER_NAME_TAG=ubuntu:22.04 # Check that Jammy can cross-compile to win64
1111
export HOST=x86_64-w64-mingw32
1212
export DPKG_ADD_ARCH="i386"
13-
export PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 file"
13+
export PACKAGES="python3 nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
1414
export RUN_FUNCTIONAL_TESTS=false
1515
export GOAL="deploy"
1616
export BITCOIN_CONFIG="--enable-reduce-exports --disable-external-signer --disable-gui-tests"

0 commit comments

Comments
 (0)