From e46d83fac2391d91ee1f4bf0a23fec3b65513791 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 17 Feb 2020 21:57:14 +0100 Subject: [PATCH] Fix repo update --- .github/workflows/arch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 0a684491c..851fa3dc3 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -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