From cbc0f99154696f33970e0e64edeec9b03d226750 Mon Sep 17 00:00:00 2001 From: Ahmedelsa3eed <73740339+Ahmedelsa3eed@users.noreply.github.com> Date: Sun, 10 Dec 2023 09:50:27 +0200 Subject: [PATCH] use run-build --- .github/workflows/cmake-multi-platform.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2705059..429d6d2 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -11,6 +11,5 @@ jobs: - name: Configure Project uses: threeal/cmake-action@v1.3.0 - - - name: Build Project - runs: cmake --build build + with: + run-build: true