Skip to content

Commit 77d8ad4

Browse files
authored
Merge pull request #35 from codeforIATI/extra_space_on_github_runner
Use custom image for github runner to make extra space for build
2 parents 1790e03 + 10abb7d commit 77d8ad4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ jobs:
99
generate_stats:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Maximize build space
13+
uses: easimon/maximize-build-space@master
14+
with:
15+
root-reserve-mb: 512
16+
swap-size-mb: 1024
17+
remove-dotnet: 'true'
18+
remove-android: 'true'
19+
remove-haskell: 'true'
1220
- name: Checkout this repo
1321
uses: actions/checkout@v2
1422
with:

0 commit comments

Comments
 (0)