File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525 locale : ['ru_RU']
2626 fail-fast : false
2727 steps :
28+ - name : Освобождение места
29+ if : startsWith(matrix.os, 'ubuntu')
30+ uses : easimon/maximize-build-space@master
31+ with :
32+ remove-android : ' true'
33+ remove-haskell : ' true'
34+ remove-codeql : ' true'
35+ remove-docker-images : ' true'
36+
2837 - name : Установка локали
2938 if : matrix.os == startsWith(matrix.os, 'windows')
3039 run : |
5665 sudo apt-get update
5766 sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libwebkit2gtk-4.0-37
5867 sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
68+ sudo rm /opt/1C/v8.3/x86_64/libstdc++.so.6
5969
6070 - name : Установка libenchant1c2a для 8.3.21 (Linux)
6171 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.v8_version, '8.3.21')
You can’t perform that action at this time.
0 commit comments