Update cmake-multi-platform.yml

This commit is contained in:
Sakimotor 2025-03-03 12:12:13 +01:00 committed by GitHub
parent b1f67eef40
commit be7f9c2626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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