Skip to content

Commit

Permalink
Restore av deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-freeman committed Mar 15, 2024
1 parent d63ec10 commit fd226d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust_action_test_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
toolchain: nightly
override: true

- name: Install AV dependencies
run: sudo apt-get install -y --fix-missing libgdal26 libodbc1 libssl-dev alsa-utils libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libatk1.0-dev libgtk-3-dev libavfilter-dev libavdevice-dev

- name: Clang
run: sudo apt-get install -y clang && sudo ln -s libclang.so.1 /usr/lib/llvm-10/lib/libclang.so

Expand Down

0 comments on commit fd226d1

Please sign in to comment.