Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
3d776f6caa
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: