We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a254185 commit 7f85d32Copy full SHA for 7f85d32
.github/workflows/update.yml
@@ -9,6 +9,15 @@ jobs:
9
updater:
10
runs-on: ubuntu-latest
11
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
21
- uses: actions/checkout@v4
22
23
- name: Settings DoT DNS with systemd-resolved
0 commit comments