Install locales into CI

This commit is contained in:
Владислав Щапов 2021-06-11 00:30:34 +05:00 committed by Victor Zverovich
parent c123a72844
commit c98254c3d7

View File

@ -51,6 +51,7 @@ jobs:
- name: Create Build Environment - name: Create Build Environment
run: | run: |
${{matrix.install}} ${{matrix.install}}
sudo apt install locales-all
cmake -E make_directory ${{runner.workspace}}/build cmake -E make_directory ${{runner.workspace}}/build
- name: Configure - name: Configure