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 cb78c4d commit bc4ca96Copy full SHA for bc4ca96
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