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'