Commit 706b14fb14444e68ace232eb9a0ef106bf99343b

Authored by Henry Schreiner
Committed by GitHub
1 parent 63c92865

Fix formatting

Showing 1 changed file with 1 additions and 1 deletions
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
24 24
25 - name: Make header 25 - name: Make header
26 run: python ./scripts/MakeSingleHeader.py CLI11.hpp 26 run: python ./scripts/MakeSingleHeader.py CLI11.hpp
27 - 27 +
28 - name: Prepare CMake config 28 - name: Prepare CMake config
29 run: cmake -S . -B build 29 run: cmake -S . -B build
30 30