Skip to content

Commit

Permalink
temp. debug output in prepare build
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Mar 30, 2023
1 parent e225180 commit ec98b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ packages=$(printf %s "${SPK_TO_BUILD}" | tr ' ' '\n' | sort -u | tr '\n' ' ')
for i in {4..6}; do
ffmpeg_dependent_packages=$(find spk/ -maxdepth 2 -mindepth 2 -name "Makefile" -exec grep -Ho "FFMPEG_VERSION = ${i}" {} \; | grep -Po ".*spk/\K[^/]*" | sort | tr '\n' ' ')

echo ">>> ffmpeg_dependent_packages: version ${i} : ${ffmpeg_dependent_packages}"

# If packages are found in the list then ensure
# relevant ffmpeg|ffmpeg5|ffmpeg6 is first in list
# then remove any duplicates from the list
Expand Down

0 comments on commit ec98b62

Please sign in to comment.