fixup! Fully update Arch container before build, unify dependencies

This commit is contained in:
Maximilian Luz 2020-08-24 16:03:11 +02:00
parent 97a123df18
commit c1b7f0ee54
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 0 deletions

View file

@ -100,6 +100,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Syu
pacman -S --noconfirm base-devel git
- name: Download artifacts

View file

@ -100,6 +100,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Syu
pacman -S --noconfirm base-devel git
- name: Download artifacts