Skip to content

Commit

Permalink
Disable caching in setup-go@v4 in build-win64, since OnionShare isn't…
Browse files Browse the repository at this point in the history
… a Go project and doesn't have a go.sum file
  • Loading branch information
micahflee committed Oct 22, 2023
1 parent b799482 commit 77fa29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77fa29f

Please sign in to comment.