diff --git a/.github/workflows/CI_endurance.yml b/.github/workflows/CI_endurance.yml index 16a8fe6..66d2854 100644 --- a/.github/workflows/CI_endurance.yml +++ b/.github/workflows/CI_endurance.yml @@ -28,6 +28,11 @@ jobs: - name: Install Go dependencies run: go mod download + + - name: Clean Go & libwaku caches + run: | + go clean -cache + make -C waku clean - name: Build nwaku dependencies run: make -C waku