Skip to content

Commit c8f2610

Browse files
Update testing.yml for 8.3.21
1 parent 61e9abe commit c8f2610

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ 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: Установка libenchant1c2a для 8.3.21 (Linux)
73+
- name: Дополнительные действия для 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/1cv8 -name "libstdc++.so*" -delete
7980
8081
- name: Установка wine для Tool1CD (Linux)
8182
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)