Run repo update on basic ubuntu vm

This commit is contained in:
Maximilian Luz 2020-02-17 20:26:58 +01:00
parent b49fc24942
commit 995d8de7e9
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -76,11 +76,11 @@ jobs:
name: Update package repository
needs: [build]
runs-on: ubuntu-latest
container: archlinux
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm git
apt-get update
apt-get install -y git
- name: Download artifacts
uses: actions/download-artifact@v1