mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-01 09:27:37 +02:00
Merge pull request #9682 from guggero/make-space-for-build
GitHub: disable cache, remove hosted tools cache
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -28,6 +28,10 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '${{ env.GO_VERSION }}'
|
||||
cache: 'false'
|
||||
|
||||
- name: cleanup space
|
||||
run: rm -rf /opt/hostedtoolcache
|
||||
|
||||
- name: Set env
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
Reference in New Issue
Block a user