use ffmpeg in action

This commit is contained in:
jb-alvarado 2022-10-14 11:23:36 +02:00
parent 1c40b9e085
commit b59d989428

View File

@ -8,6 +8,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- run: rustup update stable - run: rustup update stable
- run: rustup component add rustfmt - run: rustup component add rustfmt
- run: rustup component add clippy - run: rustup component add clippy