Disable caching in setup-go@v4 in build-win64, since OnionShare isn't a Go project and doesn't have a go.sum file

This commit is contained in:
Micah Lee 2023-10-22 11:54:37 -07:00
parent 95c6332019
commit d72b1b593c

View File

@ -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