fix: change update path for protobuf deps
All checks were successful
Check / check (push) Successful in 54s

This commit is contained in:
trev 2025-05-17 04:34:06 -04:00
parent 3b34d50120
commit 00e36b6c77

View File

@ -12,6 +12,7 @@ if ! git diff --exit-code flake.lock; then
fi
echo "updating protobuf deps"
cd "${git_root}/proto"
buf dep update
if ! git diff --exit-code buf.lock; then
git add buf.lock