re-add apt install of gettext; required for mpy-cross via build tools
This commit is contained in:
parent
58058871b5
commit
0e10f3a829
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
submodules: true
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get install gettext
|
||||
pip install -r requirements.txt
|
||||
- name: Library version
|
||||
run: git describe --dirty --always --tags
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
submodules: true
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get install gettext
|
||||
pip install -r requirements.txt
|
||||
- name: Build assets
|
||||
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue