1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-03 08:45:31 +02:00

Update build.yml

This commit is contained in:
Koryakin Aleksey 2023-08-26 17:25:13 +03:00 committed by GitHub
parent ffd3998fc2
commit db93dbc4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,15 @@ jobs:
with:
submodules: recursive
- name: prepare
run: |
mkdir export
mkdir binary
mkdir file-db
mkdir reports
sudo apt-get install -y locales
localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
- name: install x11 (for run tests)
run: |
{
@ -62,14 +71,6 @@ jobs:
run: sudo X :99 -config dummy-1920x1080.conf &
timeout-minutes: 5
- name: prepare
run: |
mkdir export
mkdir binary
mkdir file-db
mkdir reports
apt-get install -y locales
localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
- name: thinck client libs
run: |
sudo ln -s /usr/lib/x86_64-linux-gnu/libenchant-2.so.2 /usr/lib/libenchant.so.1