We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec07c0 commit 7a1a6deCopy full SHA for 7a1a6de
.github/workflows/publish.yml
@@ -49,6 +49,8 @@ jobs:
49
env:
50
RISC0_USE_DOCKER: true
51
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
54
55
- name: Build and push Docker image
56
id: push
0 commit comments