Make clean hack

This commit is contained in:
Daniel Pupius
2025-05-02 13:25:43 -07:00
parent 23deefe061
commit 29e0b752ec
+3
View File
@@ -23,6 +23,9 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: For some reason this fixes the build
run: make clean
- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update