From d4bede27fa3075514a2330e1d5e093a8c92680e8 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Sat, 9 Nov 2024 18:04:15 +0100 Subject: [PATCH] v2: Build in fedora CI --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 07431bf797..87c1ed34a1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: dnf install -y ninja-build cmake gtest-devel re2c clang util-linux clang-tools-extra + run: dnf install -y ninja-build cmake gtest-devel re2c clang util-linux clang-tools-extra boost-devel - name: Linting run: misc/ci.py - name: Configure with CMake - run: cmake -Bbuild -G"Ninja Multi-Config" -DNINJA_CLANG_TIDY=1 + run: cmake -Bbuild -G"Ninja Multi-Config" -DNINJA_CLANG_TIDY=1 -DNINJA_V2=1 - name: Build debug ninja run: CLICOLOR_FORCE=1 ninja working-directory: build