Skip to content

Commit

Permalink
Update python-safpy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 30, 2024
1 parent ac1600b commit 2d04445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-safpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
- name: Test SAF
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
./Spatial_Audio_Framework/build/test/Debug/saf_test.exe
ls .\Spatial_Audio_Framework\build\test
ls .\Spatial_Audio_Framework\build\test\Debug\
.\Spatial_Audio_Framework\build\test\Debug\saf_test.exe
else
./Spatial_Audio_Framework/build/test/saf_test
fi
Expand Down

0 comments on commit 2d04445

Please sign in to comment.