chore(ci): use apt-get to install git and npm
This commit is contained in:
parent
4d47b0d1d0
commit
8834e8d7b8
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user