Skip to content

Commit 1dc1e93

Browse files
ci: Optimize disk space on ubuntu-latest (#381)
1 parent dce6abb commit 1dc1e93

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,17 @@ jobs:
253253
if: github.event_name != 'repository_dispatch'
254254
with:
255255
submodules: 'true'
256-
256+
257+
- name: Free Disk Space (Ubuntu)
258+
uses: jlumbroso/free-disk-space@main
259+
with:
260+
tool-cache: true
261+
android: false
262+
dotnet: true
263+
haskell: true
264+
large-packages: true
265+
swap-storage: true
266+
257267
# https://github.com/ReactiveCircus/android-emulator-runner/pull/366
258268
- name: Enable KVM
259269
run: |

0 commit comments

Comments
 (0)