Directly install protobuf-compiler without using an external action (#524)

* Directly install protobuf-compiler without using an external action

* Remove unused "github-token" input
This commit is contained in:
Luke Parker
2024-01-31 19:21:26 -05:00
committed by GitHub
parent 05219c3ce8
commit 2b76e41c9a
15 changed files with 1 additions and 51 deletions

View File

@@ -37,8 +37,6 @@ jobs:
- name: Install Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ inputs.github-token }}
- name: Run processor Docker tests
run: cd tests/processor && GITHUB_CI=true RUST_BACKTRACE=1 cargo test