Skip to content

Commit 6534097

Browse files
Sid MohanSid Mohan
authored andcommitted
free disk space to dev-cicd
1 parent 3326921 commit 6534097

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/dev-cicd.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ jobs:
3131
steps:
3232
- name: Check out repo
3333
uses: actions/checkout@v4
34+
- name: Free Disk Space (Ubuntu)
35+
uses: jlumbroso/free-disk-space@main
36+
with:
37+
# this might remove tools that are actually needed,
38+
# if set to "true" but frees about 6 GB
39+
tool-cache: false
40+
# all of these default to true, but feel free to set to
41+
# "false" if necessary for your workflow
42+
android: true
43+
dotnet: true
44+
haskell: true
45+
large-packages: true
46+
docker-images: true
47+
swap-storage: true
3448
- name: Set up Python
3549
uses: actions/setup-python@v4
3650
with:

0 commit comments

Comments
 (0)