Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
706b14fb14444e68ace232eb9a0ef106bf99343b
Authored by
Henry Schreiner
2020-01-31 13:56:15 -0500
Committed by
GitHub
2020-01-31 13:56:15 -0500
1 parent
63c92865
Fix formatting
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/build.yml
.github/workflows/build.yml
View file @
706b14f
...
...
@@ -24,7 +24,7 @@ jobs:
24
24
25
25
- name: Make header
26
26
run: python ./scripts/MakeSingleHeader.py CLI11.hpp
27
-
27
+
28
28
- name: Prepare CMake config
29
29
run: cmake -S . -B build
30
30
...
...