Skip to content

Commit

Permalink
fix macOS action cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jan 7, 2022
1 parent da44278 commit ae90aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Add plugin
run: calibre-customize -a worddumb.zip

- name: Get calibre python version
run: echo "CALIBRE_PY=$(calibre-debug -c 'import platform; print(".".join(platform.python_version_tuple()[:2]))')" >> $GITHUB_ENV
- name: Get python version
run: echo "CALIBRE_PY=$(python3 -c 'import platform; print(".".join(platform.python_version_tuple()[:2]))')" >> $GITHUB_ENV

- name: Restore dependencies and Wikipedia cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Please read [CONTRIBUTING](./docs/CONTRIBUTING.md).
- macOS

```
// install from HomeBrew(recommanded)
// install from Homebrew(recommanded)
$ brew install python
// or install Apple Command Line Tools
Expand Down

0 comments on commit ae90aa1

Please sign in to comment.