[CI] ensure ca-certificates are installed
This commit is contained in:
parent
22ee01ad10
commit
50c4edd7d1
@ -41,7 +41,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
nodejs
|
ca-certificates \
|
||||||
|
nodejs \
|
||||||
- name: Prepare variables
|
- name: Prepare variables
|
||||||
id: variables
|
id: variables
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user