Another try at fixing proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 12:32:09 -07:00
parent 2ef4cf1166
commit 1c7bfcd330
4 changed files with 10 additions and 5 deletions
+3
View File
@@ -28,6 +28,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Install Go protobuf tools
run: make tools
- name: Generate Protocol Buffers
run: make gen-proto