[CI] ensure ca-certificates are installed
Some checks failed
Build / Fetch Build Keyboards (push) Successful in 16s
Build / Build (push) Failing after 26s

This commit is contained in:
Marius Alwan Meyer 2023-07-18 11:30:04 +02:00
parent 22ee01ad10
commit 50c4edd7d1

View File

@ -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: |