Skip to content

Commit

Permalink
fixing build with libsoxr
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 10, 2023
1 parent b23f54d commit 5491204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt install -y libsoxr-dev
- name: Install Rust
run: rustup update stable
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 5491204

Please sign in to comment.