We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e164f09 commit b740b39Copy full SHA for b740b39
1 file changed
.github/workflows/rust.yml
@@ -22,14 +22,8 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
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 || '' }}
+ - name: Install FFmpeg
+ run: brew install ffmpeg
33
34
- name: Install Rust
35
uses: dtolnay/rust-toolchain@stable
0 commit comments