From 23ba0c86a2a18a3d4a1625df559efdf03f813c01 Mon Sep 17 00:00:00 2001 From: Lukasz_S <94768149+lukasz126@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:28:47 +0100 Subject: [PATCH] Update ci_basic.yaml --- .github/workflows/ci_basic.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_basic.yaml b/.github/workflows/ci_basic.yaml index ff1cd8a..f3c079c 100644 --- a/.github/workflows/ci_basic.yaml +++ b/.github/workflows/ci_basic.yaml @@ -41,7 +41,10 @@ jobs: sudo apt-get install -y iwyu - name: Pre-commit actions - uses: pre-commit/action@v3.0.1 + uses: pre-commit/action@v3.0.1 + + - name: Configure Test CMake + run: cmake -B ${{env.TEST_BUILD_PATH}} -S ${{env.TEST_SOURCE}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: BuildTests # Build your program with the given configuration