Fully update Arch container before build, unify dependencies

This commit is contained in:
Maximilian Luz 2020-08-23 22:57:50 +02:00
parent c7e729ce50
commit 97a123df18
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 6 additions and 4 deletions

View file

@ -20,7 +20,8 @@ jobs:
- name: Install build dependencies
run: |
# Install makepkg deps
pacman -Sy --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
pacman -Syu --noconfirm
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
- name: Setup secureboot certificate
env:
@ -99,7 +100,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm git
pacman -S --noconfirm base-devel git
- name: Download artifacts
uses: actions/download-artifact@v1

View file

@ -20,7 +20,8 @@ jobs:
- name: Install build dependencies
run: |
# Install makepkg deps
pacman -Sy --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools
pacman -Syu --noconfirm
pacman -S --noconfirm sudo binutils fakeroot grep base-devel git sbsigntools libffi
- name: Setup secureboot certificate
env:
@ -99,7 +100,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm base-devel git
pacman -S --noconfirm base-devel git
- name: Download artifacts
uses: actions/download-artifact@v1