Skip to content

Commit

Permalink
protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 5, 2024
1 parent af52f85 commit 43aade6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup g++
- name: Check g++
id: setup_g_plusplus
run: |
g++ --version
- name: Check protoc
id: check_proto_c
run: |
protoc --version

0 comments on commit 43aade6

Please sign in to comment.