Skip to content

Commit

Permalink
Added ffmpeg to path in windows workflow rather than in install_ffmpe…
Browse files Browse the repository at this point in the history
…g.py.
  • Loading branch information
Demmenie committed Jul 4, 2024
1 parent 214545b commit c1dd3c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
python assets/install_ffmpeg.py
- name: Add videohash to path
run: |
echo "Adding videohash2 to path"
$env:Path += ";C:\FFMPEG\bin"
$env:Path += ";D:\a\videohash2\videohash2"
echo "Showing path 1"
echo $env:Path
echo "Showing path 2"
echo $PATH
- name: Build test the package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit c1dd3c8

Please sign in to comment.