cln/.github/workflows
Rusty Russell 675ac14986 CI: Install protobuf on FreeBSD
```
cargo build --quiet --example cln-plugin-startup
  error: failed to run custom build command for `cln-grpc v0.4.0 (/home/runner/work/lightning/lightning/cln-grpc)`

  Caused by:
    process didn't exit successfully: `/home/runner/work/lightning/lightning/target/debug/build/cln-grpc-1c0900b8d6f448d4/build-script-build` (exit status: 101)
    --- stdout
    cargo:rerun-if-changed=proto/node.proto
    cargo:rerun-if-changed=proto

    --- stderr

    thread 'main' panicked at cln-grpc/build.rs:7:10:
    called `Result::unwrap()` on an `Err` value: Custom { kind: NotFound, error: "Could not find `protoc`. If `protoc` is installed, try setting the `PROTOC` environment variable to the path of the `protoc` binary. Try installing `protobuf-compiler` or `protobuf` using your package manager. It is also available at https://github.com/protocolbuffers/protobuf/releases  For more information: https://docs.rs/prost-build/#sourcing-protoc" }
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  gmake: *** [cln-rpc/Makefile:15: target/debug/examples/cln-plugin-startup] Error 101
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-04-23 09:21:43 +09:30
..
bsd.yml CI: Install protobuf on FreeBSD 2025-04-23 09:21:43 +09:30
ci.yaml ci: Move the 'update doc examples' script to a later stage in the CI pipeline 2025-01-30 09:34:59 +10:30
crate-io.yml ci: Lock Ubuntu version on 22.04 2025-01-09 11:15:05 +01:00
docker-release.yml github: Checkout action triggering branch 2025-01-15 10:36:43 -08:00
macos.yaml ci: Lock MacOS and poetry versions 2025-01-09 11:15:05 +01:00
pypi.yml ci: Fixed python to version 3.10 2025-03-05 18:25:24 -06:00
rdme-docs-sync.yml ci: Lock Ubuntu version on 22.04 2025-01-09 11:15:05 +01:00
readme-rpc-sync.yml github: Remove prefix from docs and actions 2025-04-15 15:17:14 +09:30
release.yml ci: Checkout with fresh tags in case the old tag reference is corrupted 2025-04-04 17:04:22 -05:00
repro.yml ci: Send email if the reproducible build process fails 2025-01-24 16:52:56 +10:30