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 Aug 20, 2023
1 parent 2bf76fb commit 67ebe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
#run: ctest --build-config ${{ matrix.build_type }}
if: matrix.os == 'windows-latest'
run: |
./Test/Release/FreeTypeTest
./Test/Release/FreeTypeTest.exe
- name: Test Ubuntu
working-directory: ${{ steps.strings.outputs.build-output-dir }}
if: matrix.os == 'ubuntu-latest'
run: |
./Test/FreeTypeTest.exe
./Test/FreeTypeTest

0 comments on commit 67ebe7c

Please sign in to comment.