Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus authored Nov 1, 2023
1 parent 0022aa6 commit c94c167
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,14 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
- uses: actions/download-artifact@v3
with:
name: Static Analysis Build
path: build/clang/
- name: Run IWYU
uses: EmilGedda/include-what-you-use-action@master
with:
compilation-database-path: build/clang/

check-is-release:
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c94c167

Please sign in to comment.