This commit is contained in:
Michael Kriese 2023-12-07 11:46:52 +01:00
parent 90b950de61
commit 0a14dfafd0
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -51,7 +51,11 @@ jobs:
- name: install deps
run: |
apt-get update -qq
apt-get -q install -qq make python3
apt-get -q install -qq \
make \
python3 \
unzip \
;
- name: install helm
uses: https://github.com/azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
@ -101,6 +105,7 @@ jobs:
make \
python3 \
python3-pip \
unzip \
;
- name: install docker
run: |