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 - name: Install build dependencies
run: | run: |
# Install makepkg deps # 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 - name: Setup secureboot certificate
env: env:
@ -99,7 +100,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
pacman -Sy --noconfirm git pacman -S --noconfirm base-devel git
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v1 uses: actions/download-artifact@v1

View file

@ -20,7 +20,8 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
# Install makepkg deps # 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 - name: Setup secureboot certificate
env: env:
@ -99,7 +100,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
pacman -Sy --noconfirm base-devel git pacman -S --noconfirm base-devel git
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v1 uses: actions/download-artifact@v1