Skip to content

Commit

Permalink
Try to fix GHA tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 28, 2020
1 parent 4ede0bf commit 549bc04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/py.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
run: copy test-deps\yasm-1.3.0-win64.exe python\yasm.exe run: copy test-deps\yasm-1.3.0-win64.exe python\yasm.exe
if: runner.os == 'Windows' if: runner.os == 'Windows'
- name: Run test_distorm3.py - name: Run test_distorm3.py
run: cd python; python test_distorm3.py working-directory: ./python
run: python test_distorm3.py

0 comments on commit 549bc04

Please sign in to comment.