chore(ci): use apt-get to install git and npm
Some checks failed
Run unit tests / test (push) Failing after 31s
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-02-02 19:02:00 +01:00
parent 4d47b0d1d0
commit 8834e8d7b8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -19,9 +19,9 @@ jobs:
steps: steps:
- name: Install tooling - name: Install tooling
run: | run: |
apt update --yes apt-get update --yes
apt upgrade --ye s apt-get upgrade --yes
apt install git npm apt-get install git npm
- env: - env:
GOPROXY: ${{ vars.GOPROXY }} GOPROXY: ${{ vars.GOPROXY }}
GONOSUMDB: ${{ vars.GONOSUMDB }} GONOSUMDB: ${{ vars.GONOSUMDB }}