From 0d10be54fa591120e0044f631e053d5bc26da140 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 15:26:40 +0000 Subject: [PATCH] fix(ci): this should be gtk4 --- .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 5bbca65..287968a 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 libgtk-3-dev + apt-get install -y curl build-essential pkg-config libgtk-4-dev - name: Install latest nightly uses: actions-rs/toolchain@v1