diff options
| author | tobtoht <tob@featherwallet.org> | 2026-03-28 21:09:13 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-03-28 21:10:10 +0100 |
| commit | fd17e7b161153cc2c1c691fb4a9171fe3952d19b (patch) | |
| tree | 87e9974b4776ad8676c007e7ec416c09b857e95c /.github | |
| parent | 6af49ec83c4098a6e0e166de2ba527441e8f5974 (diff) | |
| download | monzero-core-fd17e7b161153cc2c1c691fb4a9171fe3952d19b.tar.gz monzero-core-fd17e7b161153cc2c1c691fb4a9171fe3952d19b.tar.xz monzero-core-fd17e7b161153cc2c1c691fb4a9171fe3952d19b.zip | |
ci: arch: add missing boost-libs dependency
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 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 |
