diff options
| author | LaureFR38 <63351363+LaureFR38@users.noreply.github.com> | 2021-02-04 16:40:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 16:40:02 +0100 |
| commit | 1cb501986f9c1135c861472366737563ebe79681 (patch) | |
| tree | 00f62bc52928e48100b9b5dab2384d09aedf4034 /.github/workflows | |
| parent | dac312f01fe83f6ade1b0b1845c92106587ff89e (diff) | |
Update font.py (#848)
* Add new fonts
* Update old fonts
* Update lettering gui
Co-authored-by: Lex Neva
Co-authored-by: kalleen
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a1f8152..76f221a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,9 @@ jobs: # for PyGObject sudo apt install libgirepository1.0-dev + # for shapely + sudo apt install libgeos-dev + uname -a python --version python -m pip --version |
