Skip to content

Commit 127d2e1

Browse files
committed
Hopefully fixed caching of python build
1 parent 381d8f6 commit 127d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu-debug-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/cache@v4.2.1
8888
with:
8989
key: ${{ matrix.python }}
90-
path: $PYENV_ROOT/versions/${{ matrix.python }}-debug/**
90+
path: ~/.pyenv/versions/${{ matrix.python }}-debug/**
9191

9292
- name: Build debug python
9393
id: build

0 commit comments

Comments
 (0)