From e7984980b85acedd47204841ead47c67b493fd56 Mon Sep 17 00:00:00 2001 From: Sakimotor Date: Mon, 3 Mar 2025 13:06:02 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 50c0f50..54d336a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -58,31 +58,12 @@ jobs: -S . shell: powershell - - name: Show CMake Directory (Linux) - if: runner.os == 'Linux' - run: tree -L 3 . - shell: bash - - - name: Show CMake Directory (Windows) - if: runner.os == 'Windows' - run: Get-ChildItem -Path . -Recurse - shell: powershell - + - name: Build run: ninja - - name: Show Build Directory (Linux) - if: runner.os == 'Linux' - run: tree -L 3 . - shell: bash - - - name: Show Build Directory (Windows) - if: runner.os == 'Windows' - run: Get-ChildItem -Path . -Recurse - shell: powershell - - name: Package Artifacts (Linux) if: runner.os == 'Linux'