Skip to content

Commit

Permalink
Fix Github Action Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Jan 3, 2024
1 parent 392636c commit 23c1416
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Run check
working-directory: ./indexer
run: cargo check
Expand Down
11 changes: 0 additions & 11 deletions indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion indexer/queryapi_coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ aws-sdk-s3 = "0.23.0"
# grpc
tonic = "0.10.2"
prost = "0.12.3"
protoc = "2.28.0"

[build-dependencies]
tonic-build = "0.10.2"

0 comments on commit 23c1416

Please sign in to comment.