disable pyenv cache on Linux

https://github.com/ankitects/anki/pull/681
This commit is contained in:
Damien Elmes 2020-09-01 09:11:07 +10:00
parent 992626af0b
commit 73cffc7cee

View file

@ -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