File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments