Skip to content

Commit 02097b4

Browse files
Segate-ekbartbear
authored andcommitted
Добавил установку libwebkit2gtk-4.0-37 и расширил спектр платформ
1 parent 7f0dc81 commit 02097b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)