diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index b4c18e1..01c591c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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: |