Skip to content

Commit

Permalink
cache ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 30, 2023
1 parent 6e5e1e7 commit c5396f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build_conda_linux_with_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- repository: pytorch/audio
cache-path: /third_party/ffmpeg
cache-key: ${{ runner.os }}-build-ffmpeg-${{ hashFiles('**/Makefile') }}
cache-key: linux-ffmpeg-${{ hashFiles('**/Makefile') }}
cache-miss-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: test/smoke_test/smoke_test.py
Expand Down

0 comments on commit c5396f9

Please sign in to comment.