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 0a325a3 commit eaafc7bCopy full SHA for eaafc7b
.github/workflows/resolving-domain-22.04.yml
@@ -18,6 +18,15 @@ jobs:
18
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
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
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- uses: actions/checkout@v4
32
0 commit comments