We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e0a18 commit dd8ca49Copy full SHA for dd8ca49
.github/workflows/tests.yml
@@ -307,6 +307,7 @@ jobs:
307
- uses: ./.github/actions/quick_cmake
308
with:
309
cmake-version: "4.2"
310
+ - uses: seanmiddleditch/gha-setup-ninja@master
311
- name: Configure
312
run: cmake -S . -B build -DCLI11_INSTALL_PACKAGE_TESTS=ON -DCLI11_MODULE=ON -DCMAKE_INSTALL_PREFIX=/home/runner/work/install -DCMAKE_CXX_STANDARD=23
313
- name: Build
0 commit comments