Build fixes

This commit is contained in:
Slavfox 2022-08-30 13:01:38 +02:00
parent 979398a8d5
commit ef7d1f0bb1

View File

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