From bef0c7b2dd7ddf761ebdb3fe77a83b38b61d1e8b Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Sat, 19 Oct 2024 16:43:14 +0300 Subject: [PATCH] Fix 2 --- .github/workflows/lint.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 55a6436a7..cb521f239 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -113,15 +113,13 @@ jobs: - name: Build and cwd run: | cmake --build build --parallel $CORES - ls -la /usr/include || true - ls -la /usr/include/botan || true - ls -la /usr/include/x86_64-linux-gnu/ || true - ls -la /usr/include/x86_64-linux-gnu/botan || true + ls -la /usr/src/googletest || true + ls -la /usr/src/googletest/include || true - name: Run Include What You Use env: - CPLUS_INCLUDE_PATH: /usr/include/x86_64-linux-gnu - C_INCLUDE_PATH: /usr/include/x86_64-linux-gnu + CPLUS_INCLUDE_PATH: /usr/include/botan-2;/usr/include/json-c;/usr/src/googletest/include + C_INCLUDE_PATH: /usr/include/botan-2;/usr/include/json-c;/usr/src/googletest/include uses: EmilGedda/include-what-you-use-action@v1.0 with: compilation-database-path: 'build'