Przeglądaj źródła

Fix repo update

Maximilian Luz 5 lat temu
rodzic
commit
e46d83fac2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/arch.yml

+ 2 - 2
.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