Skip to content

Commit 7a1a6de

Browse files
committed
remove bloated cache files for CI disk space
1 parent 7ec07c0 commit 7a1a6de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
env:
5050
RISC0_USE_DOCKER: true
5151
run: cargo check
52+
- name: Delete unnecessary cache files to save disk space for docker build
53+
run: sudo rm -rf "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY" ./target/debug
5254

5355
- name: Build and push Docker image
5456
id: push

0 commit comments

Comments
 (0)