From 322db5d931f1ab356fc561ec355244f040a649b2 Mon Sep 17 00:00:00 2001 From: hotstreams Date: Mon, 26 Aug 2024 20:52:44 +0300 Subject: [PATCH] iwyu --- .github/workflows/ubuntu-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index 7ba78278..3fdb3c68 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -24,6 +24,8 @@ jobs: uses: actions/checkout@v4 with: repository: include-what-you-use/include-what-you-use + - name: Install ninja-build tool + uses: seanmiddleditch/gha-setup-ninja@v5 - name: Build include-what-you-use run: | mkdir build