summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaureFR38 <63351363+LaureFR38@users.noreply.github.com>2021-02-04 16:40:02 +0100
committerGitHub <noreply@github.com>2021-02-04 16:40:02 +0100
commit1cb501986f9c1135c861472366737563ebe79681 (patch)
tree00f62bc52928e48100b9b5dab2384d09aedf4034 /.github/workflows
parentdac312f01fe83f6ade1b0b1845c92106587ff89e (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.yml3
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