From a80fc98fdb27a8e178f8eb22fcc94f9ba1a11c21 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 15 Mar 2022 12:54:35 +0800 Subject: [PATCH] Minor fixes --- .github/workflows/run-librispeech-2022-03-12.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-librispeech-2022-03-12.yml b/.github/workflows/run-librispeech-2022-03-12.yml index 1e58778f2..6900d9b91 100644 --- a/.github/workflows/run-librispeech-2022-03-12.yml +++ b/.github/workflows/run-librispeech-2022-03-12.yml @@ -62,7 +62,9 @@ jobs: id: my-cache uses: actions/cache@v2 with: - path: ~/tmp/ + path: | + ~/tmp/kaldifeat + ~/tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 key: cache-tmp - name: Install kaldifeat