Skip to content

Commit

Permalink
gh-actions: make sure protoc is installed when installing teos
Browse files Browse the repository at this point in the history
This is a temp fix, the installation usually happens when creating the cache,
so we can remove this after creating a new one
  • Loading branch information
sr-gi committed Jul 26, 2024
1 parent b5bf94a commit 3e5582d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cln-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
cd lightning && sudo make install
- name: Install teos and the plugin
run: |
sudo apt-get update && sudo apt-get install -y protobuf-compiler
cargo install --locked --path teos
cargo install --locked --path watchtower-plugin
- name: Add test dependencies
Expand Down

0 comments on commit 3e5582d

Please sign in to comment.