diff options
| author | tobtoht <tob@featherwallet.org> | 2026-03-28 20:19:29 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-03-28 20:19:29 +0000 |
| commit | e89da686e03f2fdd5c2b16678bdff50e57f6dc5f (patch) | |
| tree | 87e9974b4776ad8676c007e7ec416c09b857e95c | |
| parent | 6af49ec83c4098a6e0e166de2ba527441e8f5974 (diff) | |
| parent | fd17e7b161153cc2c1c691fb4a9171fe3952d19b (diff) | |
| download | monzero-core-e89da686e03f2fdd5c2b16678bdff50e57f6dc5f.tar.gz monzero-core-e89da686e03f2fdd5c2b16678bdff50e57f6dc5f.tar.xz monzero-core-e89da686e03f2fdd5c2b16678bdff50e57f6dc5f.zip | |
Merge pull request #10391
fd17e7b ci: arch: add missing boost-libs dependency (tobtoht)
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d48cbc5f5..489d0ff78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: image: archlinux:latest steps: - name: install dependencies - run: pacman -Syyu --noconfirm base-devel git cmake boost openssl zeromq unbound libsodium readline expat gtest python3 doxygen graphviz hidapi libusb protobuf + run: pacman -Syyu --noconfirm base-devel git cmake boost boost-libs openssl zeromq unbound libsodium readline expat gtest python3 doxygen graphviz hidapi libusb protobuf - name: configure git run: git config --global --add safe.directory '*' - uses: actions/checkout@v4 @@ -209,7 +209,7 @@ sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev Install all dependencies at once on Arch: ``` -sudo pacman -Syu --needed base-devel cmake boost openssl zeromq libpgm unbound libsodium libunwind xz readline expat gtest python3 ccache doxygen graphviz qt5-tools hidapi libusb protobuf systemd +sudo pacman -Syu --needed base-devel cmake boost boost-libs openssl zeromq libpgm unbound libsodium libunwind xz readline expat gtest python3 ccache doxygen graphviz qt5-tools hidapi libusb protobuf systemd ``` Install all dependencies at once on Fedora: |
