Skip to content

Commit eaafc7b

Browse files
author
you-oops-dev[silent]
committed
Add New action in workflow file
1 parent 0a325a3 commit eaafc7b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/resolving-domain-22.04.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818

1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
21+
22+
- name: Maximize disk space
23+
uses: easimon/maximize-build-space@master
24+
with:
25+
root-reserve-mb: 5120
26+
remove-dotnet: true
27+
remove-android: true
28+
remove-docker-images: true
29+
2130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2231
- uses: actions/checkout@v4
2332

0 commit comments

Comments
 (0)