re-add apt install of gettext; required for mpy-cross via build tools

This commit is contained in:
sommersoft 2020-01-12 00:12:50 -06:00
parent 58058871b5
commit 0e10f3a829
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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