From c98254c3d7b61ca2aa3559e3b338597e98d29bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A9=D0=B0=D0=BF=D0=BE=D0=B2?= Date: Fri, 11 Jun 2021 00:30:34 +0500 Subject: [PATCH] Install locales into CI --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 445013b7..2c32fbcb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -51,6 +51,7 @@ jobs: - name: Create Build Environment run: | ${{matrix.install}} + sudo apt install locales-all cmake -E make_directory ${{runner.workspace}}/build - name: Configure