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