Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Oct 19, 2024
1 parent 570e5d3 commit bb7cf09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,15 @@ jobs:
- name: Build and cwd
run: |
cmake --build build --parallel $CORES
cd build
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
- 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
uses: EmilGedda/[email protected]
with:
compilation-database-path: 'build'
Expand Down

0 comments on commit bb7cf09

Please sign in to comment.