From e162a557d738309b308692befeb2a479e0c7d99f Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 02:07:17 +0000 Subject: [PATCH] chore(ci): add dependencies pkg-config glib2.0 --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 6566d85..b66009f 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install -y curl build-essential + apt-get install -y curl build-essential pkg-config glib2.0 - name: Install latest nightly uses: actions-rs/toolchain@v1