1
0
Fork 0

Fix: [Actions] Call apt-get update before trying to install packages

pull/8328/head
Charles Pigott 2020-10-10 13:39:37 +01:00
parent 2073c8d67f
commit 13e1b13a4e
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
libfontconfig-dev \
libicu-dev \