Skip to content

Commit b740b39

Browse files
committed
build: swap ffmpeg dependency (fix gh workflow attempt)
1 parent e164f09 commit b740b39

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: FedericoCarboni/setup-ffmpeg@v3
26-
id: setup-ffmpeg
27-
with:
28-
ffmpeg-version: release
29-
architecture: ''
30-
linking-type: static
31-
# needed for Windows builds
32-
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
25+
- name: Install FFmpeg
26+
run: brew install ffmpeg
3327

3428
- name: Install Rust
3529
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)