Skip to content

Commit

Permalink
Updated builddoc workflow to install locale de_DE
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jan 28, 2024
1 parent 19df2f7 commit 5f313c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builddevdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- run: sudo apt-get install libudev-dev
- run: sudo apt-get install librrd-dev libpython3-dev
- run: sudo apt-get install gcc --only-upgrade
- run: sudo locale-gen de_DE.UTF-8
- run: locale -a
- uses: actions/checkout@v2
- name: Checkout SmartHomeNG DEVELOP Branch
uses: actions/checkout@v2
Expand Down

0 comments on commit 5f313c4

Please sign in to comment.