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 0eb1d0d commit 04a92edCopy full SHA for 04a92ed
.github/workflows/qa.yml
@@ -23,6 +23,17 @@ jobs:
23
locale: ['ru_RU']
24
25
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
+
37
- name: Актуализация
38
uses: actions/checkout@v4.2.2
39
with:
0 commit comments