v.1.8.0+zip.2 fix build scripts

This commit is contained in:
Slavfox 2020-04-23 21:34:34 +02:00
parent ceef5e8282
commit d2ebb54caf

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm base git tar which python python-pipenv zip
pacman -Sy --noconfirm base git tar which python python-pipenv zip libffi
- name: Install fontforge
run: pacman -S --noconfirm fontforge
- uses: actions/checkout@v2