From 0480fe93f0eaef0873f0217e08801ad59bb834c4 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 16 Aug 2023 10:06:08 +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 3813440..27f03ae 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 ctags + apt-get install --no-install-recommends -y universal-ctags glslang-tools clang-dev - name: Build run: cargo build