Skip to content

Commit da604da

Browse files
authored
Merge pull request #1961 from dolthub/daylon/attempt-fix-building
[no-release-notes] Attempting to fix Release building
2 parents 43957fa + 3b4c208 commit da604da

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)