Skip to content

Commit b945f5e

Browse files
committed
Try using github path method
1 parent cfaf389 commit b945f5e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,10 @@ jobs:
5353
with:
5454
key: ${{ github.job }}-${{ matrix.platform }}
5555
verbose: 1
56-
create-symlink: true
5756

5857
- 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
6458
run: |
59+
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
6560
pip install .[build]
6661
python script/build.py
6762

0 commit comments

Comments
 (0)