From a943527d08daa7d294704d3830709016339081c6 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 15:20:44 +0000 Subject: [PATCH] chore(ci): switch to libgtk-3-dev for dev packages --- .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 86e3f75..5bbca65 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -23,7 +23,7 @@ jobs: run: | ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone apt-get update - apt-get install -y curl build-essential pkg-config glib2.0 + apt-get install -y curl build-essential pkg-config libgtk-3-dev - name: Install latest nightly uses: actions-rs/toolchain@v1