From 29e0b752ec0ec1a6f21ba2d73212abbe7db88450 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Fri, 2 May 2025 13:25:43 -0700 Subject: [PATCH] Make clean hack --- .github/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 701b08d..0da5152 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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