Skip to content

Commit

Permalink
Specific codec lib
Browse files Browse the repository at this point in the history
  • Loading branch information
emilong committed Dec 14, 2024
1 parent 07af92e commit 6a1a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y && \
sudo apt-get install -y yasm libavcodec-extra
sudo apt-get install -y yasm libmp3lame-dev
- name: Build
run: ./build-linux.sh
- name: Archive production artifacts
Expand Down

0 comments on commit 6a1a2d6

Please sign in to comment.