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 5805887 + 0e10f3a commit 4094864Copy full SHA for 4094864
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
submodules: true
31
- name: Install deps
32
run: |
33
+ sudo apt-get install gettext
34
pip install -r requirements.txt
35
- name: Library version
36
run: git describe --dirty --always --tags
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
37
- name: Build assets
38
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
0 commit comments