From cf63ff7235cce92c3679d89bcb5d5dfb2dce78bc Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 16 Aug 2023 09:28:25 +0200 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 613e304..97a8b84 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -12,5 +12,10 @@ jobs: - uses: https://github.com/dtolnay/rust-toolchain@stable + - name: Install dependencies + run: | + apt-get update + apt-get install --no-install-recommends -y universal-ctags glslang-tools + - name: Build run: cargo build