Skip to content

Commit

Permalink
Fix WavPack .libs path
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 24, 2024
1 parent b06d774 commit d559a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wavpack-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "LIB_FOLDER_NAME=$LIB_FOLDER_NAME" >> $GITHUB_ENV
WAVPACK_NUMCODECS_LIB_PATH="src/wavpack_numcodecs/libraries/$LIB_FOLDER_NAME"
# find compiled library
LIBWAVPACK_PATH="$(find $TARGET_FOLDER/src/.libs -type f | grep libwavpack.so)"
LIBWAVPACK_PATH="$(find $TARGET_FOLDER/WavPack/src/.libs -type f | grep libwavpack.so)"
mv $LIBWAVPACK_PATH $WAVPACK_NUMCODECS_LIB_PATH/libwavpack.so
rm -r $TARGET_FOLDER
- name: Install wavpack numcodecs
Expand Down

0 comments on commit d559a11

Please sign in to comment.