github: print final install tree
This commit is contained in:
parent
cf62cb328a
commit
204e600e14
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main-stock-ubuntu.yml
vendored
4
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -31,3 +31,7 @@ jobs:
|
|||
cmake --build .build0
|
||||
echo "::group::xo-cmake install"
|
||||
cmake --install .build0
|
||||
|
||||
- name: print install path
|
||||
run: |
|
||||
tree ${{github.workspace}}/local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue