mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Add missing Qt dependency for tests (#1376)
This commit is contained in:
parent
fd88d7ff21
commit
33639aeaed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
sudo apt update && sudo apt install -y \
|
||||
xvfb libssl-dev openssl libacl1-dev libacl1 build-essential borgbackup \
|
||||
libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
|
||||
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
|
||||
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0
|
||||
- name: Install system dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue