libretroshare/.github
jolavillette a09ea85b42 ci: install Botan, which rnp needs
First run: all three jobs stopped at configure with

    Could NOT find Botan (missing: BOTAN_LIBRARY BOTAN_INCLUDE_DIR)

Botan is not a dependency of libretroshare -- it appears in none of its
find_package calls, which is why it was missing from these lists -- but rnp
requires it, and rnp is pulled in by FetchContent as soon as RS_RNPLIB is on.
The super-project's CIs install it for the same reason.

libbotan-2-dev, mingw-w64-ucrt-x86_64-libbotan, botan@2.
2026-08-15 11:39:19 +02:00
..
workflows ci: install Botan, which rnp needs 2026-08-15 11:39:19 +02:00