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:
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user