Skip to content

Commit

Permalink
Try deleting libmp3lame shared libs to force static
Browse files Browse the repository at this point in the history
  • Loading branch information
emilong committed Dec 18, 2024
1 parent 9e1187f commit ab7fadc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
run: |
sudo apt-get update -y && \
sudo apt-get install -y yasm libmp3lame-dev
- name: Delete libmp3lame-dev shared libraries
run: |
sudo rm -f /usr/lib/x86_64-linux-gnu/libmp3lame.so*
- name: Build
run: ./build-linux.sh
- name: Archive production artifacts
Expand Down

0 comments on commit ab7fadc

Please sign in to comment.