Skip to content

Commit f7a517a

Browse files
committed
Update build.yml
1 parent 57119b3 commit f7a517a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
path: |
112112
src-tauri/node_modules
113113
~/.bun/install/cache
114-
key: bun-tauri-${{ runner.os }}-${{ hashFiles('src-tauri/bun.lock', 'src-tauri/package.json') }}
114+
key: bun-tauri-${{ runner.os }}-${{ hashFiles('src-tauri/package.json') }}
115115
restore-keys: |
116116
bun-tauri-${{ runner.os }}-
117117

0 commit comments

Comments
 (0)