File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
path : |
61
61
${{ github.workspace }}/../Nuitka-Python-Deps
62
62
dep-build
63
- key : ${{ runner.os }}-arm-${{ hashFiles('build.mac.sh') }}
63
+ key : ${{ runner.os }}-arm-no_lto- ${{ hashFiles('build.mac.sh') }}
64
64
- name : Uninstall homebrew
65
65
run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
66
66
- name : Run Build
82
82
path : |
83
83
${{ github.workspace }}/Nuitka-Python-Deps
84
84
dep-build
85
- key : ${{ runner.os }}-intel-${{ hashFiles('build.mac.sh') }}
85
+ key : ${{ runner.os }}-intel-no_lto- ${{ hashFiles('build.mac.sh') }}
86
86
- name : Uninstall homebrew
87
87
run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
88
88
- name : Run Build
You can’t perform that action at this time.
0 commit comments