Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzeng0 committed Nov 17, 2023
1 parent 7b05cb0 commit 2e68061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install libopus-dev nasm
sudo apt install libopus-dev nasm protobuf-compiler
git clone https://github.com/FFmpeg/FFmpeg
cd FFmpeg
./configure --arch=amd64 --disable-stripping --enable-libopus --enable-shared
Expand Down

0 comments on commit 2e68061

Please sign in to comment.