Fix repo update

This commit is contained in:
Maximilian Luz 2020-02-17 21:57:20 +01:00
parent e46d83fac2
commit 66e405c04c
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -122,8 +122,8 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
sudo apt-get update
sudo apt-get install -y git
- name: Download artifacts
uses: actions/download-artifact@v1