소스 검색

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