Skip to content

Commit

Permalink
ci: add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jul 9, 2024
1 parent dca1554 commit 89f8aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup
run: |
source ci/rust-version.sh nightly
sudo apt update
sudo apt install protobuf-compiler -y
- name: Run benchmark
run: |
source ci/rust-version.sh all
Expand Down

0 comments on commit 89f8aa0

Please sign in to comment.