Skip to content

Commit

Permalink
ci: apt-get --no-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Feb 7, 2025
1 parent ad887d9 commit 877e660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: recursive
- run: sudo apt-get update
- run: sudo apt-get install --fix-missing sox libsox-dev ffmpeg
- run: sudo apt-get install --no-upgrade --fix-missing sox libsox-dev ffmpeg
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
submodules: recursive
- run: sudo apt-get update
- run: sudo apt-get install --fix-missing sox libsox-dev ffmpeg
- run: sudo apt-get install --no-upgrade --fix-missing sox libsox-dev ffmpeg
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 877e660

Please sign in to comment.