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:
- name: Install tooling
run: |
apt update --yes
apt upgrade --ye s
apt install git npm
apt-get update --yes
apt-get upgrade --yes
apt-get install git npm
- env:
GOPROXY: ${{ vars.GOPROXY }}
GONOSUMDB: ${{ vars.GONOSUMDB }}