We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44080b2 + e604b1d commit 4b25822Copy full SHA for 4b25822
.github/workflows/buildreleasedoc.yml
@@ -12,14 +12,16 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: [ '3.8' ]
+ python-version: [ '3.9' ]
16
name: Python ${{ matrix.python-version }}
17
steps:
18
- name: update OS (Ubuntu)
19
run: sudo apt-get update
20
- run: sudo apt-get install libudev-dev
21
- run: sudo apt-get install librrd-dev libpython3-dev
22
- run: sudo apt-get install gcc --only-upgrade
23
+ - run: sudo locale-gen de_DE.UTF-8
24
+ - run: locale -a
25
- uses: actions/checkout@v2
26
- name: Checkout SmartHomeNG DEVELOP Branch
27
uses: actions/checkout@v2
0 commit comments