Maximilian Luz 5 anni fa
parent
commit
e46d83fac2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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