Skip to content

Commit fb47b7d

Browse files
committed
ci: Fix caching.
1 parent 12403b4 commit fb47b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/cache@v4
1414
with:
1515
path: |
16-
../Nuitka-Python-Deps
16+
~/work/Nuitka-Python/Nuitka-Python-Deps
1717
dep-build
1818
key: ${{ runner.os }}-${{ hashFiles('build.mac.sh') }}
1919
- name: Uninstall homebrew
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/cache@v4
3434
with:
3535
path: |
36-
../Nuitka-Python-Deps
36+
~/work/Nuitka-Python/Nuitka-Python-Deps
3737
dep-build
3838
key: ${{ runner.os }}-${{ hashFiles('build.mac.sh') }}
3939
- name: Uninstall homebrew

0 commit comments

Comments
 (0)