fix(ci): apt
This commit is contained in:
parent
cb9afec68d
commit
e5347b468c
2
.github/workflows/build-latest.yaml
vendored
2
.github/workflows/build-latest.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user