Skip to content

Commit 7d6dd99

Browse files
committed
nightly
1 parent 28f63d2 commit 7d6dd99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
repository: 'include-what-you-use/include-what-you-use'
162162
path: 'include-what-you-use'
163163

164-
- name: build include-what-you-use CMake
164+
- name: build include-what-you-use
165165
if: contains(matrix.os, 'ubuntu') && matrix.nightly
166166
run: |
167167
cmake -S include-what-you-use -B include-what-you-use-build -DCMAKE_BUILD_TYPE=Release
@@ -173,7 +173,7 @@ jobs:
173173
- name: install include-what-you-use
174174
if: contains(matrix.os, 'ubuntu') && matrix.nightly
175175
run: |
176-
cmake --build include-what-you-use-build --target install
176+
sudo cmake --build include-what-you-use-build --target install
177177
178178
- name: iwyu_tool
179179
run: |

0 commit comments

Comments
 (0)