Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker authored Oct 22, 2023
1 parent 461f66f commit a6fafe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Test windows
working-directory: ${{ steps.strings.outputs.build-output-dir }}/Release/Example
working-directory: ${{ steps.strings.outputs.build-output-dir }}/Example/Release
if: matrix.os == 'windows-latest'
run: |
./ImageLoaderExample.exe
Expand Down

0 comments on commit a6fafe6

Please sign in to comment.