From be7f9c262600908b98abec8d45c4eedcb43b5704 Mon Sep 17 00:00:00 2001 From: Sakimotor Date: Mon, 3 Mar 2025 12:12:13 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1856ba5..6e0a98c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -58,6 +58,16 @@ 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