diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-12-10 10:50:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-10 10:50:14 +0100 |
| commit | 815b3c60351b8e6572fcacba5d37d4bd6f1c6092 (patch) | |
| tree | 862c9185ed7a4237433edb7838cca81219f4952e /.github/workflows | |
| parent | af65e9b8afbfd31f050cfafecb838270fc48fe8f (diff) | |
Add extension: Lettering along path (#1937)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca3fd5f..0b43b648 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: sudo apt-get install gettext # for wxPython + sudo apt install libnotify4 sudo apt install glib-networking libsdl2-dev libsdl2-2.0-0 # for PyGObject |
