Adds sudo for apt-get.

pull/1/head
Tommie Gannert 2021-09-11 11:39:59 +02:00
parent 29272e175d
commit 7c1f4740d6
1 changed files with 1 additions and 1 deletions

View File

@ -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