ci: fix
This commit is contained in:
parent
90b950de61
commit
0a14dfafd0
1 changed files with 6 additions and 1 deletions
|
@ -51,7 +51,11 @@ jobs:
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get -q install -qq make python3
|
apt-get -q install -qq \
|
||||||
|
make \
|
||||||
|
python3 \
|
||||||
|
unzip \
|
||||||
|
;
|
||||||
|
|
||||||
- name: install helm
|
- name: install helm
|
||||||
uses: https://github.com/azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
uses: https://github.com/azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
||||||
|
@ -101,6 +105,7 @@ jobs:
|
||||||
make \
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
unzip \
|
||||||
;
|
;
|
||||||
- name: install docker
|
- name: install docker
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue