forked from organicmaps/organicmaps
Properly update apt repo on GH-actions before installing packages
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
e2317d23fd
commit
99384652a8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux-check.yaml
vendored
3
.github/workflows/linux-check.yaml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue