Skip to content

Commit

Permalink
ci: rollback ffmpeg action to v2 for better stability
Browse files Browse the repository at this point in the history
v3 gets the latest from the source, but v2 gets it from GitHub so it
will be more reliable, and faster.
  • Loading branch information
joanise committed Jul 12, 2024
1 parent 97beab1 commit 4a333bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: FedericoCarboni/setup-ffmpeg@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: FedericoCarboni/setup-ffmpeg@v3
- uses: FedericoCarboni/setup-ffmpeg@v2

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: FedericoCarboni/setup-ffmpeg@v3
- uses: FedericoCarboni/setup-ffmpeg@v2

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4a333bf

Please sign in to comment.