Commit 63c928653be428b11f022d12037e1e3acba04fe2

Authored by Henry Schreiner
Committed by GitHub
1 parent b5242611

Remove invalid comment

[skip ci]
Showing 1 changed file with 1 additions and 2 deletions
.github/workflows/build.yml
@@ -24,8 +24,7 @@ jobs: @@ -24,8 +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 -  
28 - # Build in place for simplicity - don't do this in real life! 27 +
29 - name: Prepare CMake config 28 - name: Prepare CMake config
30 run: cmake -S . -B build 29 run: cmake -S . -B build
31 30