Skip to content

Commit bc4ca96

Browse files
authored
Update cmake-multi-platform.yml
1 parent cb78c4d commit bc4ca96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
${{ github.workspace }}/build/Example${{
8686
matrix.os == 'windows-latest' && format('/{0}', matrix.build_type) || ''
8787
}}
88-
run: >
89-
- get-ChildItem -Recurse
90-
- ./ImageLoaderExample${{ matrix.exe_suffix }}
88+
run: |
89+
Get-ChildItem -Recurse
90+
./ImageLoaderExample${{ matrix.exe_suffix }}

0 commit comments

Comments
 (0)