Add missing Arch Linux build dependencies

This commit is contained in:
Maximilian Luz 2021-01-08 00:34:35 +01:00
parent 7042383ed2
commit a81f3daf43
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
run: |
# Install makepkg deps
pacman -Syu --noconfirm
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi python
- name: Setup secureboot certificate
env:

View file

@ -21,7 +21,7 @@ jobs:
run: |
# Install makepkg deps
pacman -Syu --noconfirm
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi python
- name: Setup secureboot certificate
env: