Skip to content

Commit be65bdc

Browse files
authored
ci: optimize build space (#1204)
1 parent 3fb0088 commit be65bdc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ jobs:
115115
unit:
116116
runs-on: ubuntu-latest
117117
steps:
118+
- name: Maximize build space
119+
uses: easimon/maximize-build-space@master
120+
with:
121+
remove-dotnet: 'true'
122+
remove-android: 'true'
123+
remove-haskell: 'true'
124+
remove-codeql: 'true'
125+
remove-docker-images: 'true'
126+
root-reserve-mb: 10240
127+
temp-reserve-mb: 10240
128+
118129
- uses: actions/checkout@v4
119130

120131
- name: Setup Rust toolchain

0 commit comments

Comments
 (0)