fix; add installation

This commit is contained in:
Ivan Pozdeev 2025-03-28 00:21:10 +03:00
parent f1a7e36930
commit 6e414a6b7d

View File

@ -29,6 +29,9 @@ jobs:
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: