diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5702c6..7a9b50b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Install dependencies - run: DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --yes gpg jq reprepro + run: sudo env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes gpg jq reprepro - name: Checkout uses: actions/checkout@v2