Skip to content

Commit

Permalink
Fix enabled decoders missing in CI env (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 authored Sep 3, 2021
1 parent db20b24 commit 155f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "EXOPLAYER_ROOT=${GITHUB_WORKSPACE}/ExoPlayer" >> $GITHUB_ENV
echo "FFMPEG_EXT_PATH=${GITHUB_WORKSPACE}/ExoPlayer/extensions/ffmpeg/src/main" >> $GITHUB_ENV
echo "FFMPEG_PATH=${GITHUB_WORKSPACE}/ffmpeg" >> $GITHUB_ENV
echo "ENABLED_DECODERS=(alac pcm_mulaw pcm_alaw aac ac3 eac3 dca mlp truehd)"
echo "ENABLED_DECODERS=(alac pcm_mulaw pcm_alaw aac ac3 eac3 dca mlp truehd)" >> $GITHUB_ENV
- name: Create softlink to ffmpeg in ExoPlayer
run: |
cd "${FFMPEG_EXT_PATH}/jni"
Expand Down

0 comments on commit 155f61d

Please sign in to comment.