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