v.1.8.0+zip.3 Hopefully fix build scripts this time

This commit is contained in:
Slavfox 2020-04-23 21:43:37 +02:00
parent d2ebb54caf
commit b6f5731bf1

View file

@ -12,9 +12,15 @@ jobs:
container:
image: archlinux/base
steps:
- name: Update packages
run: |
pacman -Syyu --noconfirm
- name: Install dependencies
run: |
pacman -Sy --noconfirm base git tar which python python-pipenv zip libffi
pacman -S --noconfirm base git tar which zip libffi
- name: Install python
run: |
pacman -S --noconfirm python python-pipenv
- name: Install fontforge
run: pacman -S --noconfirm fontforge
- uses: actions/checkout@v2