Skip to content

Commit

Permalink
Fix target folder 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 25, 2024
1 parent a5543ba commit 0a61706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/install-wavpack-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
CWD=$(pwd)
cd "$TARGET_FOLDER"

echo "Installing WavPack $WAVPACK_VERSION into $TARGET_FOLDER"
echo "Installing WavPack $WAVPACK_VERSION into $TARGET_FOLDER - CWD: $CWD"

sudo apt update
sudo apt install wget
Expand All @@ -32,4 +32,5 @@ cd wavpack-$WAVPACK_VERSION
sudo make install
cd ..

echo "WavPack $WAVPACK_VERSION installed into $TARGET_FOLDER Changing directory to: $CWD"
cd "$CWD"

0 comments on commit 0a61706

Please sign in to comment.