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: |