Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 15, 2024
1 parent 5070a27 commit 10c1887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
version: ${{ env.QT_VERSION }}
modules: 'qtcharts'
install-deps: false
cache: false
cache: true

- name: Prepare CMake
run: |
Expand Down Expand Up @@ -110,11 +110,11 @@ jobs:
python3 iwyu-mapgen-qt.py /usr/include/qt/ > qt.imp
- name: iwyu_tool
if: false
run: |
PWD=$(pwd)
# -isystem/usr/lib/clang/17/include
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -Xiwyu --mapping_file=$PWD/qt.imp > iwyu.log
# -Xiwyu --mapping_file=$PWD/qt.imp
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments > iwyu.log
- uses: actions/upload-artifact@v3
if: success() || failure()
Expand Down

0 comments on commit 10c1887

Please sign in to comment.