Build: Fix Windows unit tests.

This commit is contained in:
Unknown W. Brackets 2022-01-30 06:56:05 -08:00
parent 77502db4c4
commit 693439b710

View file

@ -104,7 +104,7 @@ jobs:
- name: Execute unit tests
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: ppsspp\\PPSSPPHeadless.exe ALL
run: ppsspp\\UnitTest.exe ALL
- name: Execute headless tests
working-directory: ${{ env.GITHUB_WORKSPACE }}