only one run

This commit is contained in:
jb-alvarado 2022-10-14 12:31:48 +02:00
parent 34a0715d17
commit 456a29fd89

View File

@ -18,9 +18,10 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
run: cargo fmt --all -- --check
run: cargo clippy --all-features --all-targets -- --deny warnings
run: cargo build --all-features
run: |
cargo fmt --all -- --check
cargo clippy --all-features --all-targets -- --deny warnings
cargo build --all-features
- name: Run on macOS/Windows
run: cargo build --all-features