mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
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:
parent
b79948246d
commit
77fa29fefb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user