From 22505d6d96ab3cd1e66fa338b9d5573f5ab170f7 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 --- .gitea/workflows/cargo.yaml | 4 ++++ .github/workflows/cargo.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 6b9afbb..fd4c40c 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -21,6 +21,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/ 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/