Skip to content

Commit aaf0a19

Browse files
authored
Merge pull request #9682 from guggero/make-space-for-build
GitHub: disable cache, remove hosted tools cache
2 parents a7c2c47 + 5ac72ed commit aaf0a19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: actions/setup-go@v5
2929
with:
3030
go-version: '${{ env.GO_VERSION }}'
31+
cache: 'false'
32+
33+
- name: cleanup space
34+
run: rm -rf /opt/hostedtoolcache
3135

3236
- name: Set env
3337
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)