Skip to content

Commit f5247b9

Browse files
authored
CI: Purge more during purge step (#33)
#### Problem CI still fails intermittently by running out of disk space. #### Summary of changes Purge more from the runner during the "purge" step.
1 parent 91aa442 commit f5247b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ runs:
5656
sudo rm -rf /usr/local/lib/android
5757
sudo rm -rf /usr/local/lib/heroku
5858
sudo rm -rf /imagegeneration
59+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
60+
sudo docker image prune --all --force
5961
6062
- name: Install Dependencies
6163
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)