Maximilian Luz пре 5 година
родитељ
комит
e46d83fac2
1 измењених фајлова са 2 додато и 2 уклоњено
  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