Only update protos (#1145)

This commit is contained in:
Ben Meadors 2022-01-26 16:17:30 -06:00 committed by GitHub
parent 6d372743f5
commit 7a9450b250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Update Submodule
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
git submodule update --remote proto
- name: Download nanopb
run: |