We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb47b7d commit 167fcfaCopy full SHA for 167fcfa
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
path: |
16
~/work/Nuitka-Python/Nuitka-Python-Deps
17
dep-build
18
- key: ${{ runner.os }}-${{ hashFiles('build.mac.sh') }}
+ key: ${{ runner.os }}-arm-${{ hashFiles('build.mac.sh') }}
19
- name: Uninstall homebrew
20
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
21
- name: Run Build
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
+ key: ${{ runner.os }}-intel-${{ hashFiles('build.mac.sh') }}
39
40
41
0 commit comments