Update repo data before trying to install packages

closes #8276
This commit is contained in:
Benjamin Neff 2021-07-26 02:07:16 +02:00
parent 7e9987b7f5
commit 7d0c29e99a
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -44,7 +44,7 @@ jobs:
- 5432:5432
steps:
- name: Install system dependencies
run: sudo apt-get install -y build-essential curl git gsfonts imagemagick libcurl4-openssl-dev libidn11-dev libmagickwand-dev libssl-dev libxml2-dev libxslt1-dev
run: sudo apt update && sudo apt install -y build-essential curl git gsfonts imagemagick libcurl4-openssl-dev libidn11-dev libmagickwand-dev libssl-dev libxml2-dev libxslt1-dev
- name: Start MySQL
run: sudo systemctl start mysql.service
if: matrix.db == 'mysql'