Skip to content

Commit 4094864

Browse files
authored
Merge pull request #218 from sommersoft/actions_gettext
Re-add gettext To Actions Workflows
2 parents 5805887 + 0e10f3a commit 4094864

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
submodules: true
3131
- name: Install deps
3232
run: |
33+
sudo apt-get install gettext
3334
pip install -r requirements.txt
3435
- name: Library version
3536
run: git describe --dirty --always --tags

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
submodules: true
3333
- name: Install deps
3434
run: |
35+
sudo apt-get install gettext
3536
pip install -r requirements.txt
3637
- name: Build assets
3738
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2

0 commit comments

Comments
 (0)