Explorar o código

Fix arch build

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

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll %!s(int64=5) %!d(string=hai) anos
pai
achega
3d776f6caa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/arch.yml

+ 1 - 1
.github/workflows/arch.yml

@@ -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: