Skip to content

Commit

Permalink
update setup-ffmpeg github action
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Aug 31, 2023
1 parent 358fb8c commit 4f15598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v1.1.0
uses: FedericoCarboni/setup-ffmpeg@v2

- name: Download wheel
uses: actions/download-artifact@v3
Expand All @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v1.1.0
uses: FedericoCarboni/setup-ffmpeg@v2

- name: Download wheel
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4f15598

Please sign in to comment.