From 7964c8928c3dd3b418d276b7c2662137bcd087a0 Mon Sep 17 00:00:00 2001 From: Aloxaf Date: Thu, 13 Oct 2022 15:32:27 +0800 Subject: [PATCH] ci: add missing dependency --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbd9be6..740505c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 791fb50..66c8e6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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