Skip to content

Commit

Permalink
Fix windows build?
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Feb 6, 2021
1 parent e78f4e8 commit c625950
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:

# Run tests
- name: Tests
run: |
cd build/windows/${{ matrix.arch }}/${{ matrix.mode }}
Tests.exe
run: build/windows/${{ matrix.arch }}/${{ matrix.mode }}/Tests.exe

0 comments on commit c625950

Please sign in to comment.