Skip to content

Commit

Permalink
ci: trying to fix sudden new CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 31, 2025
1 parent 3c46c4e commit c934e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- run: sudo apt-get install sox libsox-dev ffmpeg
- run: sudo apt-get update
- run: sudo apt-get install --fix-missing sox libsox-dev ffmpeg
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down

0 comments on commit c934e07

Please sign in to comment.