Skip to content

Commit

Permalink
Merge branch 'develop' into issue-619-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukon39 committed Nov 22, 2024
2 parents 9157d10 + 02097b4 commit eb366dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
oscript_version: ['stable']
v8_version: ['8.3.23.1997']
v8_version: ['8.3.23.1997', '8.3.24.1548', '8.3.25.1445']
os: [ 'windows-latest', 'ubuntu-latest' ]
locale: ['ru_RU']
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Подготовка окружения (Linux)
if: matrix.v8_version != '' && matrix.os == 'ubuntu-latest'
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libwebkit2gtk-4.0-37
sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1
sudo localedef -i ${{ matrix.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ matrix.locale }}.UTF-8
Expand Down

0 comments on commit eb366dd

Please sign in to comment.