Skip to content

Commit

Permalink
Add protoc install step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvanstraten committed Mar 26, 2024
1 parent 26ebae6 commit 3afd9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
submodules: true
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
# Some crates require the protoc compiler to be available at compile time.
# Maybe this should be installed by default on all runners.
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
Expand Down

0 comments on commit 3afd9ca

Please sign in to comment.