Skip to content

Commit 4660a70

Browse files
committed
fix: problems with electron-builder caching
1 parent 18d2293 commit 4660a70

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ jobs:
106106
- name: Install dependencies
107107
run: pnpm i
108108

109-
- name: Setup electron-builder cache
110-
uses: actions/cache@v4
111-
with:
112-
path: |
113-
${{ env.ELECTRON_CACHE }}
114-
${{ env.ELECTRON_BUILDER_CACHE }}
115-
key: ${{ matrix.os }}-electron-builder-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/electron-builder.json5') }}
116-
restore-keys: ${{ matrix.os }}-electron-builder-
117-
118109
- name: Build on ${{ matrix.os }}
119110
run: pnpm build
120111

0 commit comments

Comments
 (0)