Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Feb 9, 2025
1 parent dbf5284 commit dc8bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-clone-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: '3.11'
- uses: actions/checkout@v3
- name: install ffmpeg, espeak-ng, wxgtk
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python3-wxgtk4.0 --fix-missing
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python3-wxgtk4.0-dev --fix-missing
- name: Install dependencies
run: pip install poetry && poetry install
- name: check it runs as script
Expand Down

0 comments on commit dc8bdff

Please sign in to comment.