Skip to content

Commit 2e28a99

Browse files
fix
1 parent bfd37ff commit 2e28a99

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,12 @@ jobs:
7070
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libwebkit2gtk-4.0-37
7171
sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
7272
73-
- name: Дополнительные действия для 8.3.21 (Linux)
73+
- name: Установка libenchant1c2a для 8.3.21 (Linux)
7474
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.v8_version, '8.3.21')
7575
run: |
7676
sudo echo "deb http://cz.archive.ubuntu.com/ubuntu focal main universe" | sudo tee -a /etc/apt/sources.list
7777
sudo apt-get update
7878
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libenchant1c2a
79-
sudo find /opt/1C -name "libstdc++.so*" -delete
8079
8180
- name: Установка wine для Tool1CD (Linux)
8281
if: startsWith(matrix.os, 'ubuntu')
@@ -96,6 +95,11 @@ jobs:
9695
ONEC_USERNAME: ${{ secrets.ONEC_USERNAME }}
9796
ONEC_PASSWORD: ${{ secrets.ONEC_PASSWORD }}
9897

98+
- name: Удаление libstdc++.so из 8.3.21 (Linux)
99+
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.v8_version, '8.3.21')
100+
run: |
101+
sudo find /opt/1C -name "libstdc++.so*" -delete
102+
99103
- name: Установка Java 11
100104
if: startsWith(matrix.edt_version, '2023')
101105
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)