Skip to content

Commit

Permalink
v2: Build in fedora CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 9, 2024
1 parent f5bf5aa commit d4bede2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4bede2

Please sign in to comment.