chore(ci): add non-interactive flag --yes
This commit is contained in:
parent
8834e8d7b8
commit
d1bc3d6ae8
@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update --yes
|
apt-get update --yes
|
||||||
apt-get upgrade --yes
|
apt-get upgrade --yes
|
||||||
apt-get install git npm
|
apt-get install --yes git npm
|
||||||
- env:
|
- env:
|
||||||
GOPROXY: ${{ vars.GOPROXY }}
|
GOPROXY: ${{ vars.GOPROXY }}
|
||||||
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
||||||
|
Loading…
Reference in New Issue
Block a user