Skip to content

Commit 7368abb

Browse files
committed
Use separate cache for no LTO build.
1 parent ebdcd29 commit 7368abb

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
@@ -60,7 +60,7 @@ jobs:
6060
path: |
6161
${{ github.workspace }}/../Nuitka-Python-Deps
6262
dep-build
63-
key: ${{ runner.os }}-arm-${{ hashFiles('build.mac.sh') }}
63+
key: ${{ runner.os }}-arm-no_lto-${{ hashFiles('build.mac.sh') }}
6464
- name: Uninstall homebrew
6565
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
6666
- name: Run Build
@@ -82,7 +82,7 @@ jobs:
8282
path: |
8383
${{ github.workspace }}/Nuitka-Python-Deps
8484
dep-build
85-
key: ${{ runner.os }}-intel-${{ hashFiles('build.mac.sh') }}
85+
key: ${{ runner.os }}-intel-no_lto-${{ hashFiles('build.mac.sh') }}
8686
- name: Uninstall homebrew
8787
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
8888
- name: Run Build

0 commit comments

Comments
 (0)