ci: add missing dependency

This commit is contained in:
Aloxaf 2022-10-13 15:32:27 +08:00
parent b354a3cd3d
commit 7964c8928c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev
run: sudo apt-get install libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev libharfbuzz-dev
- name: Cargo fmt
uses: actions-rs/cargo@v1

View File

@ -28,7 +28,7 @@ jobs:
steps:
- run: |
sudo apt-get update
sudo apt-get install libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev
sudo apt-get install libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev libharfbuzz-dev
- uses: actions/checkout@v2
with:
fetch-depth: 1