From 63c928653be428b11f022d12037e1e3acba04fe2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 31 Jan 2020 13:50:15 -0500 Subject: [PATCH] Remove invalid comment [skip ci] --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bd7770f..44742432 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,7 @@ jobs: - name: Make header run: python ./scripts/MakeSingleHeader.py CLI11.hpp - - # Build in place for simplicity - don't do this in real life! + - name: Prepare CMake config run: cmake -S . -B build