From f8a09fe19910ee87fb4559f6115253b93ec6e500 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 19 Nov 2023 20:55:38 +0100 Subject: [PATCH] Fix step description --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6330074..b7178ba 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: amalgamate run: bash amalgamate.sh - - name: Run CMake consuming CMakePreset.json and run vcpkg to build packages + - name: Run CMake consuming CMakePreset.json and run tests uses: lukka/run-cmake@v10 with: # This is the name of the CMakePresets.json's configuration to use to generate