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 21
21
fail-fast : false
22
22
matrix :
23
23
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' ]
25
25
os : [ 'windows-latest', 'ubuntu-latest' ]
26
26
locale : ['ru_RU']
27
27
steps :
94
94
- name : Подготовка окружения (Linux)
95
95
if : matrix.v8_version != '' && matrix.os == 'ubuntu-latest'
96
96
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
98
98
sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1
99
99
sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
100
100
You can’t perform that action at this time.
0 commit comments