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 b79948246d
commit 77fa29fefb
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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