Skip to content

Commit

Permalink
add protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed May 13, 2024
1 parent a7356b1 commit e18ccf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1.8
- name: Install Protobuf
uses: ./.github/actions/install-protobuf
- run: cargo build --bin lading --release
- run: |
for config in ./examples/*.yaml; do
Expand Down

0 comments on commit e18ccf7

Please sign in to comment.