We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaf389 commit b945f5eCopy full SHA for b945f5e
1 file changed
.github/workflows/build.yml
@@ -53,15 +53,10 @@ jobs:
53
with:
54
key: ${{ github.job }}-${{ matrix.platform }}
55
verbose: 1
56
- create-symlink: true
57
58
- name: Create binary
59
- env:
60
- CCACHE_BASEDIR: ${{ github.workspace }}
61
- CCACHE_NOHASHDIR: true
62
- NUITKA_CACHE_DIR_CCACHE: $HOME/.ccache
63
- NUITKA_CCACHE_BINARY: /usr/bin/ccache
64
run: |
+ export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
65
pip install .[build]
66
python script/build.py
67
0 commit comments