From 5ebff67534e121c3c10651198c17477a67252f61 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Wed, 5 Feb 2025 16:45:44 +0100 Subject: [PATCH] build: let's try version 17 --- .gitea/workflows/check-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-formatting.yml b/.gitea/workflows/check-formatting.yml index 46358bf..9dcfb29 100644 --- a/.gitea/workflows/check-formatting.yml +++ b/.gitea/workflows/check-formatting.yml @@ -19,7 +19,7 @@ jobs: - name: Install LLVM uses: KyleMayes/install-llvm-action@v2.0.5 with: - version: "16.0" + version: "17.0" - name: Install dependencies (x64) run: |