From 00d1cc364c62b6c030e29b3a27e806dea05ef0ec Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 15:29:35 +0000 Subject: [PATCH] chore(ci): add libadwaita-1 --- .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 287968a..4c79200 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-4-dev + apt-get install -y curl build-essential pkg-config libgtk-4-dev libadwaita-1 - name: Install latest nightly uses: actions-rs/toolchain@v1