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

@@ -24,8 +24,6 @@ jobs:
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install nightly rust
run: rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -t wasm32-unknown-unknown -c clippy