Skip to content

Commit

Permalink
Fix install de_DE locale
Browse files Browse the repository at this point in the history
  • Loading branch information
m7913d authored Aug 12, 2024
1 parent d460943 commit 63215cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- checkout
- run: apt-get update -y
- run: apt-get install -y --no-install-recommends locales
- run: locale -a
- run: locale-gen de_DE
- run: update-locale
- run: locale -a
- run: sed -i '/^# de_DE /s/^# //' /etc/locale.gen
- run: locale-gen
- run: git submodule update --init --recursive
- run: cmake -D XLNT_CXX_LANG=<< parameters.cxx-ver >> -D STATIC=<< parameters.static >> -D BENCHMARKS=<< parameters.benchmarks >> -D TESTS=ON -D SAMPLES=<< parameters.samples >> -D COVERAGE=<< parameters.coverage >> -D CMAKE_BUILD_TYPE=<< parameters.build-type >> .
- run: cmake --build . -- -j2
Expand Down

0 comments on commit 63215cb

Please sign in to comment.