Skip to content

Commit 04a92ed

Browse files
add maximize-build-space
1 parent 0eb1d0d commit 04a92ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/qa.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
locale: ['ru_RU']
2424

2525
steps:
26+
- name: Освобождение места
27+
if: startsWith(matrix.os, 'ubuntu')
28+
uses: easimon/maximize-build-space@master
29+
with:
30+
root-reserve-mb: 20480
31+
swap-size-mb: 1024
32+
remove-android: 'true'
33+
remove-haskell: 'true'
34+
remove-codeql: 'true'
35+
remove-docker-images: 'true'
36+
2637
- name: Актуализация
2738
uses: actions/checkout@v4.2.2
2839
with:

0 commit comments

Comments
 (0)