From 73cffc7cee26c114f892ef62d26b10c782d9b428 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 1 Sep 2020 09:11:07 +1000 Subject: [PATCH] disable pyenv cache on Linux https://github.com/ankitects/anki/pull/681 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f107399ff..e38cba066 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -186,7 +186,7 @@ jobs: brew install portaudio protobuf gettext ripgrep make gnu-tar - name: Cache pyenv - if: matrix.python == '3.7' + if: matrix.os != 'ubuntu-latest' && matrix.python == '3.7' uses: actions/cache@v2 with: path: ${{ github.workspace }}${{ matrix.SEP }}pyenv