aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-04-26 13:32:06 +0200
committertobtoht <tob@featherwallet.org>2026-04-26 13:32:06 +0200
commit987e6d29133a493914a19b660051ca634fbed1d6 (patch)
treed62bd2686df5a2b284a3206611cbdace63803c05 /.github
parent0f09b7518621044597d4953c8732101b46f3f42e (diff)
downloadmonzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.gz
monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.xz
monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.zip
daemon: remove miniupnp
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dbfbe13c3..7132adc9c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ on:
env:
# ARCH="default" (not "native") ensures, that a different execution host can execute binaries compiled elsewhere.
BUILD_DEFAULT_LINUX: 'cmake -S . -B build -D ARCH="default" -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Release && cmake --build build --target all && cmake --build build --target wallet_api'
- APT_INSTALL_LINUX: 'apt -y install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler ccache git'
+ APT_INSTALL_LINUX: 'apt -y install build-essential cmake libboost-all-dev libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler ccache git'
APT_SET_CONF: |
tee -a /etc/apt/apt.conf.d/80-custom << EOF
Acquire::Retries "3";
@@ -45,7 +45,7 @@ jobs:
run: |
brew uninstall cmake
brew update
- brew install --quiet cmake boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
+ brew install --quiet cmake boost hidapi openssl zmq libpgm expat libunwind-headers protobuf ccache
- name: build
run: |
${{env.CCACHE_SETTINGS}}