Skip to content

Commit 7f85d32

Browse files
author
you-oops-dev[silent]
committed
Add New action in workflow file
1 parent a254185 commit 7f85d32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/update.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ jobs:
99
updater:
1010
runs-on: ubuntu-latest
1111
steps:
12+
13+
- name: Maximize disk space
14+
uses: easimon/maximize-build-space@master
15+
with:
16+
root-reserve-mb: 5120
17+
remove-dotnet: true
18+
remove-android: true
19+
remove-docker-images: true
20+
1221
- uses: actions/checkout@v4
1322

1423
- name: Settings DoT DNS with systemd-resolved

0 commit comments

Comments
 (0)