mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03: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 changed files with 1 additions and 0 deletions
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 a new issue