Skip to content

Commit 81e9ce0

Browse files
committed
Free some diskspace
1 parent 1a9a209 commit 81e9ce0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-generate-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
name: generate-ci
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Freeup disk space
24+
run: |
25+
sudo rm -rf "/usr/local/share/boost"
26+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
2327
- if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }}
2428
name: '[backstage-plugins] Clone repository'
2529
uses: actions/checkout@v4

0 commit comments

Comments
 (0)