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

@@ -27,8 +27,6 @@ jobs:
- name: Install Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ inputs.github-token }}
- name: Install RISC-V Toolchain
run: sudo apt update && sudo apt install -y gcc-riscv64-unknown-elf gcc-multilib && rustup target add riscv32imac-unknown-none-elf