From 5e426585b42d3bd9d1715e82736a9e2bce19a95e Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 22 Aug 2024 13:50:43 +0200 Subject: [PATCH] add some deps to the CI --- .github/workflows/cargo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cargo.yaml b/.github/workflows/cargo.yaml index d2c9936..ecb2c2c 100644 --- a/.github/workflows/cargo.yaml +++ b/.github/workflows/cargo.yaml @@ -22,6 +22,10 @@ jobs: run: | rustup component add rustfmt rustup component add clippy + - name: install additional dependencies + run: | + apt update -y + apt install libgtk-3-dev librust-atk-dev -y - name: config custom registry run: | mkdir -p ~/.cargo/