mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
crates workflow: add protoc to workflow environment
This commit is contained in:
parent
b969ff3f65
commit
0cc8c27605
1 changed files with 1 additions and 0 deletions
1
.github/workflows/crate-io.yml
vendored
1
.github/workflows/crate-io.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: arduino/setup-protoc@v3
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
path: './cln-rpc'
|
||||
|
|
Loading…
Add table
Reference in a new issue