From f42ba30af8ec6795cb69e99680017a1ba345d983 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 16 Aug 2023 10:07:33 +0200 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 27f03ae..da6dc84 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install --no-install-recommends -y universal-ctags glslang-tools clang-dev + apt-get install --no-install-recommends -y universal-ctags glslang-tools libclang-dev - name: Build run: cargo build