diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 191044713..82b9b04a5 100644 --- a/.github/workflows/debian.yml +++ b/.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