Skip to content

Commit

Permalink
ci: отсутствующие библиотеки
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Dec 24, 2024
1 parent 1025d54 commit 07a9dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

build_artifacts:
name: Сборка артефактов
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: export_to_designer

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Подготовка окружения (Linux)
if: runner.os == 'Linux'
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y locales libgstreamer1.0 libgstreamer-plugins-base1.0-0
sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1
sudo localedef -i ${{ inputs.locale }} -c -f UTF-8 -A /usr/share/locale/locale.alias ${{ inputs.locale }}.UTF-8
Expand Down

0 comments on commit 07a9dd3

Please sign in to comment.