From f7af30cc381920b41536597d41e6b48c9a57c37f Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 13 Mar 2024 07:53:53 +0000 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 1bc0838..b79b974 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -8,9 +8,14 @@ on: jobs: Build: steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout@main - uses: https://github.com/dtolnay/rust-toolchain@stable + - name: Install dependencies + run: | + apt-get update + apt-get install --no-install-recommends -y libpango1.0-dev libgtk-3-dev libudev-dev + - name: Build run: cargo build \ No newline at end of file