From c5396f9ed1bc5847b284e8508741f0072e7feb03 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 30 May 2023 08:58:32 -0700 Subject: [PATCH] cache ffmpeg --- .github/workflows/test_build_conda_linux_with_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build_conda_linux_with_cuda.yml b/.github/workflows/test_build_conda_linux_with_cuda.yml index ff109c7bc9..57b0b4aa40 100644 --- a/.github/workflows/test_build_conda_linux_with_cuda.yml +++ b/.github/workflows/test_build_conda_linux_with_cuda.yml @@ -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