mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-03-26 12:41:38 +00:00
Update cmake-multi-platform.yml
This commit is contained in:
parent
b1f67eef40
commit
be7f9c2626
1 changed files with 10 additions and 0 deletions
10
.github/workflows/cmake-multi-platform.yml
vendored
10
.github/workflows/cmake-multi-platform.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue