We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e6611 commit dbba51bCopy full SHA for dbba51b
.github/workflows/build_and_test.yml
@@ -81,6 +81,11 @@ jobs:
81
- name: Build
82
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
83
84
+ - name: Print build directory tree
85
+ run: |
86
+ Get-ChildItem -Path "${{github.workspace}}\build" -Recurse | Format-List FullName
87
+ shell: pwsh
88
+
89
- name: Test
90
working-directory: ${{github.workspace}}/build
91
run: .\build\tests\Release\tree-tests.exe
0 commit comments