FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Temporarily disable iwyu installation · ServiceFoundation/libhttpserver@394d9b0 · GitHub

Commit 394d9b0

Browse files
authored
Temporarily disable iwyu installation
1 parent de7ff22 commit 394d9b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/verify-build.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ jobs:
234234
sudo apt-get install valgrind valgrind-dbg
235235
if: ${{ matrix.build-type == 'valgrind' }}
236236

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' }}
241241

242242
# Installing iwyu manually because clang and iwyu paths won't match on Ubuntu otherwise.
243243
# - name: Install IWYU if requested

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL