Skip to content

Commit cb60e5c

Browse files
authored
ci: remove unnecessary ffmpeg setup (#607)
1 parent b5f6b16 commit cb60e5c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v4
60-
- name: Setup ffmpeg
61-
uses: FedericoCarboni/setup-ffmpeg@v3
6260
- name: Setup Node.js
6361
uses: actions/setup-node@v4
6462
with:

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
35-
- name: Setup ffmpeg
36-
uses: FedericoCarboni/setup-ffmpeg@v3
3735
- name: Setup Node.js
3836
uses: actions/setup-node@v4
3937
with:

0 commit comments

Comments
 (0)