This commit is contained in:
Ivan Pozdeev 2025-03-28 00:33:49 +03:00
parent 21f6f0c9c3
commit a3e4ad5be2

View File

@ -29,9 +29,7 @@ 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 create-symlink: true
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: