From 17bf64ac9231ecc3881a2b1d731d320376f416a5 Mon Sep 17 00:00:00 2001 From: RDW Date: Sat, 19 Oct 2024 13:30:03 +0200 Subject: [PATCH] CI: Enable the preinstalled MSYS2 in autoformat runs Shouldn't make much of a difference in this case as build workflows are the bottleneck currently, but inconsistencies could be problematic. --- .github/workflows/autoformat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index f4d62a0f9..82c6622d6 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -27,6 +27,7 @@ jobs: uses: msys2/setup-msys2@v2 with: install: git mingw-w64-x86_64-clang + release: false # Use version from runner images to reduce build times - name: Disable autocrlf # Messes up everything on Windows since the formatter applies \n run: |