From 866c7eb2548b7b437cd5f82d16b3e154936f864a Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 18:28:39 +0200 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index f3e4784..7a5f61d 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -11,15 +11,14 @@ 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 + - name: Install alsa-lib + run: | + apt-get update + apt-get install --no-install-recommends -y libasound2-dev + - name: Build run: cargo build