Skip to content

Commit cc24cb1

Browse files
author
Oleh Kulykov
committed
1722333822
1 parent 818cbef commit cc24cb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,15 @@ jobs:
7878
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
7979
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8080
run: ctest --extra-verbose --build-config ${{ matrix.build_type }}
81+
82+
- name: List build output dir
83+
working-directory: ${{ steps.strings.outputs.build-output-dir }}
84+
run: |
85+
pwd
86+
ls
87+
88+
- name: List build output dir
89+
working-directory: $GITHUB_OUTPUT
90+
run: |
91+
pwd
92+
ls

0 commit comments

Comments
 (0)