Properly update apt repo on GH-actions before installing packages

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-08-20 23:00:35 +02:00
parent e2317d23fd
commit 99384652a8

View file

@ -37,7 +37,8 @@ jobs:
- name: Install build tools and dependencies
shell: bash
run: |
sudo apt-get install -y \
sudo apt update -y
sudo apt install -y \
ninja-build \
qtbase5-dev \
libqt5svg5-dev \