Browse Source

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 5 năm trước cách đây
mục cha
commit
3d776f6caa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: