Skip to content

Commit 0fc3b87

Browse files
committed
maximize space, rm libstdc
1 parent 21e4535 commit 0fc3b87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/testing.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
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: |
@@ -56,6 +65,7 @@ jobs:
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')

0 commit comments

Comments
 (0)