Skip to content

Commit e01540b

Browse files
committed
Try to make some space
1 parent 7464210 commit e01540b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- name: Nuke external to make space
22+
# TODO: Dust off roomba
23+
run: |
24+
df -h
25+
rm -rf /home/runner/.bazel/external/
26+
df -h
27+
2128
- name: Build Rust Binaries
2229
env:
2330
DEST: artifacts

0 commit comments

Comments
 (0)