Skip to content

Commit dd8ca49

Browse files
committed
add ninja install
1 parent 75e0a18 commit dd8ca49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ jobs:
307307
- uses: ./.github/actions/quick_cmake
308308
with:
309309
cmake-version: "4.2"
310+
- uses: seanmiddleditch/gha-setup-ninja@master
310311
- name: Configure
311312
run: cmake -S . -B build -DCLI11_INSTALL_PACKAGE_TESTS=ON -DCLI11_MODULE=ON -DCMAKE_INSTALL_PREFIX=/home/runner/work/install -DCMAKE_CXX_STANDARD=23
312313
- name: Build

0 commit comments

Comments
 (0)