We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e2b8bc + f5f0992 commit 7a7c23bCopy full SHA for 7a7c23b
.github/workflows/testing.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Подготовка окружения (Linux)
95
if: matrix.v8_version != '' && matrix.os == 'ubuntu-latest'
96
run: |
97
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libwebkit2gtk-4.0-37
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales
98
sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1
99
sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
100
0 commit comments