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 550553b commit 499eb3dCopy full SHA for 499eb3d
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -85,4 +85,5 @@ jobs:
85
${{ github.workspace }}/build/Example${{
86
matrix.os == 'windows-latest' && format('/{0}', matrix.build_type) || ''
87
}}
88
+ run: get-ChildItem -Recurse
89
run: ./ImageLoaderExample${{ matrix.exe_suffix }}
0 commit comments