浏览代码

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 年之前
父节点
当前提交
3d776f6caa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: