mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
disable pyenv cache on Linux
https://github.com/ankitects/anki/pull/681
This commit is contained in:
parent
992626af0b
commit
73cffc7cee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue