Another try at fixing proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 13:06:39 -07:00
parent 622e37ae53
commit 5cae8fd5cf

View File

@@ -23,6 +23,9 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Cleanup any old data
run: make clean
- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update