Skip to content

Commit b65ae44

Browse files
authored
Merge branch 'apache:main' into main
2 parents 09c1844 + 406d416 commit b65ae44

File tree

12 files changed

+862
-761
lines changed

12 files changed

+862
-761
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ jobs:
8989
- macos-latest
9090
- windows-latest
9191
steps:
92+
- name: Maximize build space (Ubuntu)
93+
if: matrix.os == 'ubuntu-latest'
94+
uses: easimon/maximize-build-space@master
95+
with:
96+
remove-dotnet: "true"
97+
remove-android: "true"
98+
remove-haskell: "true"
99+
remove-codeql: "true"
100+
remove-docker-images: "true"
101+
root-reserve-mb: 10240
102+
temp-reserve-mb: 10240
103+
92104
- uses: actions/checkout@v5
93105

94106
- name: Setup Rust toolchain

0 commit comments

Comments
 (0)