Fix repo update

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

View file

@ -79,8 +79,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