Skip to content

Commit

Permalink
ci: отсутствующие библиотеки
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Dec 20, 2024
1 parent 1025d54 commit 759d7f2
Showing 1 changed file with 1 addition and 1 deletion.
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 759d7f2

Please sign in to comment.