fix; add installation
This commit is contained in:
parent
f1a7e36930
commit
6e414a6b7d
5
.github/workflows/macos_build.yml
vendored
5
.github/workflows/macos_build.yml
vendored
@ -28,7 +28,10 @@ jobs:
|
|||||||
- name: Ccache for gh actions
|
- name: Ccache for gh actions
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.17
|
uses: hendrikmuhs/ccache-action@v1.2.17
|
||||||
with:
|
with:
|
||||||
key: ${{ github.job }}-${{ matrix.python-version}}
|
key: ${{ github.job }}-${{ matrix.python-version }}
|
||||||
|
- name: install ccache
|
||||||
|
run: |
|
||||||
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
# https://github.com/pyenv/pyenv#installation
|
# https://github.com/pyenv/pyenv#installation
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- env:
|
- env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user