Remove accidentally checked in proto generator

This commit is contained in:
Daniel Pupius
2025-05-02 13:57:35 -07:00
parent 4f6ee2ffde
commit 908c851f02
3 changed files with 1 additions and 3 deletions
-3
View File
@@ -22,9 +22,6 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: For some reason this fixes the build
run: make clean
- name: Install Protocol Buffers Compiler
run: |