[wpiutil] Add protobuf to thirdparty sources (#5746)

This commit is contained in:
Peter Johnson
2023-10-14 21:54:17 -07:00
committed by GitHub
parent 210255bfff
commit 638f04f626
218 changed files with 140806 additions and 1 deletions

View File

@@ -65,6 +65,10 @@ jobs:
run: |
cd upstream_utils
./update_memory.py
- name: Run update_protobuf.py
run: |
cd upstream_utils
./update_protobuf.py
- name: Add untracked files to index so they count as changes
run: git add -A
- name: Check output