Skip to content

chore: release v2.0.4 #123

chore: release v2.0.4

chore: release v2.0.4 #123

Workflow file for this run

name: Mac
on:
push:
branches: ['main']
pull_request:
branches: ['main']
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-13
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v3
- name: Build
run: cargo build --verbose
- name: Check without default features
run: cargo check --no-default-features
- name: Run tests
run: cargo test --all-targets --all-features --verbose
- name: Try auto-download
run: cargo run --example download_ffmpeg