use ffmpeg in action
This commit is contained in:
parent
1c40b9e085
commit
b59d989428
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: FedericoCarboni/setup-ffmpeg@v1
|
||||
id: setup-ffmpeg
|
||||
- run: rustup update stable
|
||||
- run: rustup component add rustfmt
|
||||
- run: rustup component add clippy
|
||||
|
Loading…
Reference in New Issue
Block a user