Skip to content

Commit

Permalink
Update used path for cache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 26, 2024
1 parent e4795c6 commit afc6c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'setup.cfg'
cache-dependency-path: 'pyproject.toml'
- run: |
sudo apt-get update
sudo apt-get install ffmpeg
Expand Down

0 comments on commit afc6c8e

Please sign in to comment.