Explorar o código

Fix repo update

Maximilian Luz %!s(int64=5) %!d(string=hai) anos
pai
achega
66e405c04c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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