Skip to content

Commit

Permalink
Setup ffmpeg in build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitsang authored Jan 5, 2024
1 parent 31f0aeb commit feb5751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
RUSTFLAGS: --deny warnings
steps:
- uses: actions/checkout@v2
- name: Setup FFmpeg
- uses: FedericoCarboni/setup-ffmpeg@v3
- name: Build
run: cargo build --all-targets --all-features

0 comments on commit feb5751

Please sign in to comment.