We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461f66f commit a6fafe6Copy full SHA for a6fafe6
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -73,7 +73,7 @@ jobs:
73
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
74
75
- name: Test windows
76
- working-directory: ${{ steps.strings.outputs.build-output-dir }}/Release/Example
+ working-directory: ${{ steps.strings.outputs.build-output-dir }}/Example/Release
77
if: matrix.os == 'windows-latest'
78
run: |
79
./ImageLoaderExample.exe
0 commit comments