File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 oscript_version : ['stable']
24- v8_version : ['8.3.23.1997']
24+ v8_version : ['8.3.23.1997', '8.3.24.1548', '8.3.25.1445' ]
2525 os : [ 'windows-latest', 'ubuntu-latest' ]
2626 locale : ['ru_RU']
2727 steps :
9494 - name : Подготовка окружения (Linux)
9595 if : matrix.v8_version != '' && matrix.os == 'ubuntu-latest'
9696 run : |
97- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales
97+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libwebkit2gtk-4.0-37
9898 sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1
9999 sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
100100
You can’t perform that action at this time.
0 commit comments