Skip to content

Commit

Permalink
Fix constant CI failures with protobuf installation, match core repo
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jun 27, 2024
1 parent 1a8e27e commit c35980a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
- name: Install minimal stable
uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get install protobuf-compiler
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run integration tests
run: |
./tests/integration-tests.sh
Expand Down

0 comments on commit c35980a

Please sign in to comment.