File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments