Skip to content

Commit 167fcfa

Browse files
committed
ci: Fix caching.
1 parent fb47b7d commit 167fcfa

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
@@ -15,7 +15,7 @@ jobs:
1515
path: |
1616
~/work/Nuitka-Python/Nuitka-Python-Deps
1717
dep-build
18-
key: ${{ runner.os }}-${{ hashFiles('build.mac.sh') }}
18+
key: ${{ runner.os }}-arm-${{ hashFiles('build.mac.sh') }}
1919
- name: Uninstall homebrew
2020
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
2121
- name: Run Build
@@ -35,7 +35,7 @@ jobs:
3535
path: |
3636
~/work/Nuitka-Python/Nuitka-Python-Deps
3737
dep-build
38-
key: ${{ runner.os }}-${{ hashFiles('build.mac.sh') }}
38+
key: ${{ runner.os }}-intel-${{ hashFiles('build.mac.sh') }}
3939
- name: Uninstall homebrew
4040
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
4141
- name: Run Build

0 commit comments

Comments
 (0)