瀏覽代碼

Fix repo update

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