From 583b8562abc8472941fb8c03da09eff6952e0b74 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 4 Jul 2025 08:42:55 +0800 Subject: [PATCH] .github: use module cache only whenever possible --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6046f3efd..2b76c9e4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,6 +54,7 @@ jobs: uses: ./.github/actions/setup-go with: go-version: '${{ env.GO_VERSION }}' + use-build-cache: 'no' - name: docker image cache uses: satackey/action-docker-layer-caching@v0.0.11 @@ -203,6 +204,7 @@ jobs: uses: ./.github/actions/setup-go with: go-version: '${{ env.GO_VERSION }}' + use-build-cache: 'no' - name: check default values in sample-lnd.conf file run: make sample-conf-check