From b736f83993dac85ce215a6955c41e3e9fd3b8a32 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 19 Dec 2021 22:13:58 +0100 Subject: [PATCH] Fixed CI --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index b1eb25c1..b1a2a932 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -367,4 +367,4 @@ jobs: - uses: actions/checkout@v2 - name: Run check_clang_format - run: cd $GITHUB_WORKSPACE && ./check_clang_format.sh || true + run: cd $GITHUB_WORKSPACE && chmod +x ./check_clang_format.sh && ./check_clang_format.sh || true