Skip to content

Commit

Permalink
allow experimental protoc?
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 19, 2024
1 parent 0eb2921 commit 3ecae84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run-base-tests:
timeout-minutes: 10
runs-on: ubuntu-latest
env:
PROTOC_OPTS: "--experimental_allow_proto3_optional"
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 3ecae84

Please sign in to comment.