ci: fix
This commit is contained in:
parent
0be7ca9089
commit
7cfcffb23e
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ jobs:
|
|||
apt-get -q install -qq \
|
||||
make \
|
||||
python3 \
|
||||
python3-venv \
|
||||
unzip \
|
||||
;
|
||||
|
||||
|
@ -110,7 +111,7 @@ jobs:
|
|||
gnupg \
|
||||
make \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
unzip \
|
||||
;
|
||||
- name: install docker
|
||||
|
|
Loading…
Reference in a new issue