Skip to content

Commit 84de8c9

Browse files
committed
ci: Add deploy target for native macOS CI job
1 parent fad57e9 commit 84de8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_mac_native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
1010
# Therefore, `--break-system-packages` is needed.
1111
export PIP_PACKAGES="--break-system-packages zmq"
12-
export GOAL="install"
12+
export GOAL="install deploy"
1313
export CMAKE_GENERATOR="Ninja"
1414
export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
1515
export CI_OS_NAME="macos"

0 commit comments

Comments
 (0)