瀏覽代碼

Fix repo update

Maximilian Luz 5 年之前
父節點
當前提交
66e405c04c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/debian.yml

+ 2 - 2
.github/workflows/debian.yml

@@ -122,8 +122,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