Skip to content

Commit a274701

Browse files
authored
Enable ffmpeg caching in Python workflow
1 parent 4d7ecbf commit a274701

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pythonapp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ jobs:
278278
with:
279279
python-version: 3.x
280280

281-
# - name: Cache ffmpeg
282-
# id: cache-ffmpeg
283-
# uses: actions/cache@v4.2.3
284-
# with:
285-
# path: ~/${{ env.FFMPEG_BUILD_PATH }}_${{ matrix.arch }}
286-
# key: ${{ runner.os }}-ffmpeg-${{ matrix.arch }}-${{ env.MACOSX_DEPLOYMENT_TARGET }}-${{ env.MACOSX_DEPLOYMENT_TARGET_ARM }}-${{ hashFiles('.ci/build_wheels_osx.sh') }}
281+
- name: Cache ffmpeg
282+
id: cache-ffmpeg
283+
uses: actions/cache@v4.2.3
284+
with:
285+
path: ~/${{ env.FFMPEG_BUILD_PATH }}_${{ matrix.arch }}
286+
key: ${{ runner.os }}-ffmpeg-${{ matrix.arch }}-${{ env.MACOSX_DEPLOYMENT_TARGET }}-${{ env.MACOSX_DEPLOYMENT_TARGET_ARM }}-${{ hashFiles('.ci/build_wheels_osx.sh') }}
287287
#- name: Build FFmpeg
288288
# if: steps.cache-ffmpeg.outputs.cache-hit != 'true'
289289
# run: bash .ci/build_wheels_osx.sh "${{ matrix.arch }}"

0 commit comments

Comments
 (0)