fix(ci): apt

This commit is contained in:
Markus Pesch 2022-07-27 09:35:15 +02:00
parent cb9afec68d
commit e5347b468c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: clone
uses: actions/checkout@v2
- name: update apt cache
run: apt update --yes
run: apt update && apt install sudo
- name: install sudo
run: apt install --yes sudo
- name: upgrade packages