From fe2ab1ff2beddb8ee858005a14dde9c39fe2ee40 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 18:21:39 +0200 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index d627078..f3e4784 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -11,6 +11,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: apt testing + run: | + apt-get update + apt search libasound2-dev + apt-get install --no-install-recommends -y libasound2-dev + - uses: https://github.com/actions/checkout@v3 - uses: https://github.com/dtolnay/rust-toolchain@stable