Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 19, 2024
1 parent f7c1fb0 commit ebdcdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install libopus-dev
run: |
sudo apt-get install -y libopus-dev opus-tools autoconf automake libtool gcc make
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
export LIBOPUS_LIB_DIR=/usr/lib/x86_64-linux-gnu/
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
export LIBOPUS_LIB_DIR=/lib/x86_64-linux-gnu/
export OPUS_NO_PKG=true
ldconfig -p | grep libopus
Expand Down

0 comments on commit ebdcdad

Please sign in to comment.