From d72b1b593c2791de8924b2a730205724cd966e42 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 22 Oct 2023 11:54:37 -0700 Subject: [PATCH] Disable caching in setup-go@v4 in build-win64, since OnionShare isn't a Go project and doesn't have a go.sum file --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c73134b..2d794bae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: ">=1.21.1" + cache: false - run: go version - name: Restore cache - obfs4proxy