From 18d75ff493a0e5d093afa1b0d75257e533440895 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 5 Sep 2023 11:06:54 +0100 Subject: [PATCH] Don't source clang_format script, run via bash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c583aaa59..8c7d3b2db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: fetch-depth: 5 - name: Run clang-format run: | - . ./util/clang_format_all.sh + bash ./util/clang_format_all.sh git clean -f - name: Check formatting run: |