Skip to content

Commit 3b4c208

Browse files
committed
Attempted to fix Release building
1 parent 43957fa commit 3b4c208

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cd-release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ jobs:
9797
uses: actions/setup-go@v5
9898
with:
9999
go-version-file: go.mod
100+
- name: Free up disk space
101+
shell: bash
102+
run: |
103+
sudo find /opt -maxdepth 1 -mindepth 1 \
104+
! -path /opt/containerd \
105+
! -path /opt/actionarchivecache \
106+
! -path /opt/runner \
107+
! -path /opt/runner-cache \
108+
-exec rm -rf {} \;
100109
- name: Build Binaries
101110
id: build_binaries
102111
run: |

0 commit comments

Comments
 (0)