Skip to content

Commit

Permalink
Fix wavpack version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 24, 2024
1 parent b2e35c4 commit 59099db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/install-wavpack-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ sudo apt update
sudo apt install wget
sudo apt install -y gettext

wget "https://www.wavpack.com/wavpack-$WAVPACK_VERSION.tar.bz2"
echo "Installing WavPack $WAVPACK_VERSION..."

wget "https://www.wavpack.com/wavpack-${WAVPACK_VERSION}.tar.bz2"
tar -xf wavpack-$WAVPACK_VERSION.tar.bz2
cd wavpack-$WAVPACK_VERSION
./configure
Expand Down

0 comments on commit 59099db

Please sign in to comment.