Skip to content

Commit

Permalink
Echo the protoc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed May 23, 2021
1 parent 386dbf9 commit 6b2ec8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: yarn install
- name: Prepare Integration
run: ./integration/pbjs.sh
- name: Check protoc version
run: protoc --version
# This will fail if any git-tracked file has changed
- name: Codegen
run: |
Expand Down

0 comments on commit 6b2ec8f

Please sign in to comment.