| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -234,10 +234,10 @@ jobs: | |||
| 234 | 234 | sudo apt-get install valgrind valgrind-dbg | |
| 235 | 235 | if: ${{ matrix.build-type == 'valgrind' }} | |
| 236 | 236 | ||
| 237 | - - name: Install IWYU if needed | ||
| 238 | - run: | | ||
| 239 | - sudo apt-get install iwyu | ||
| 240 | - if: ${{ matrix.build-type == 'iwyu' }} | ||
| 237 | + # - name: Install IWYU if needed | ||
| 238 | + # run: | | ||
| 239 | + # sudo apt-get install iwyu | ||
| 240 | + # if: ${{ matrix.build-type == 'iwyu' }} | ||
| 241 | 241 | ||
| 242 | 242 | # Installing iwyu manually because clang and iwyu paths won't match on Ubuntu otherwise. | |
| 243 | 243 | # - name: Install IWYU if requested | |
| Back | FazBrowse Home | New Git URL |
0 commit comments