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

@@ -33,8 +33,6 @@ jobs:
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: |
@@ -54,8 +52,6 @@ jobs:
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: |
@@ -79,8 +75,6 @@ jobs:
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features -p serai-client