Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Oct 19, 2024
1 parent bb7cf09 commit bef0c7b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
compilation-database-path: 'build'
Expand Down

0 comments on commit bef0c7b

Please sign in to comment.