Fix arch build

For some reason libffi is not installed even though make needs it

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
This commit is contained in:
Dorian Stoll 2020-04-14 10:15:48 +02:00
parent e4acd53eef
commit 3d776f6caa
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -20,7 +20,7 @@ jobs:
- name: Install build dependencies
run: |
# Install makepkg deps
pacman -Sy --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools
pacman -Sy --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
- name: Setup secureboot certificate
env: