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 \
|
apt-get -q install -qq \
|
||||||
make \
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-venv \
|
||||||
unzip \
|
unzip \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -110,7 +111,7 @@ jobs:
|
||||||
gnupg \
|
gnupg \
|
||||||
make \
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-venv \
|
||||||
unzip \
|
unzip \
|
||||||
;
|
;
|
||||||
- name: install docker
|
- name: install docker
|
||||||
|
|
Loading…
Reference in a new issue