From a5f1ac8d6a1fa33cd25759f5dbfa6c5348dec3f7 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 19 Dec 2022 08:19:21 -0800 Subject: [PATCH] [autofix] Get iwyu, clang-tidy working with the pr-autofixer again (#31922) * debug * get clang-tidy, iwyu on pr-autofix again * Revert "debug" This reverts commit 7d791d640693929c9d897dc8e0839a8686620a56. --- .github/workflows/pr-auto-fix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-auto-fix.yaml b/.github/workflows/pr-auto-fix.yaml index 712eeb12f43df..573de52d9cb30 100644 --- a/.github/workflows/pr-auto-fix.yaml +++ b/.github/workflows/pr-auto-fix.yaml @@ -84,9 +84,9 @@ jobs: git fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 upstream master # Run the things! - name: clang-tidy fixes - run: ${{ github.workspace }}/tools/distrib/clang_tidy_code.sh --fix --only-changed || true + run: ANDROID_NDK_HOME= ${{ github.workspace }}/tools/distrib/clang_tidy_code.sh --fix --only-changed || true - name: Run sanitize - run: ${{ github.workspace }}/tools/distrib/sanitize.sh + run: ANDROID_NDK_HOME= ${{ github.workspace }}/tools/distrib/sanitize.sh # Report back with a PR if things are broken - name: Create Pull Request uses: peter-evans/create-pull-request@v3