Skip to content

Commit 90c4f10

Browse files
committed
Better cache key
1 parent 1091a7c commit 90c4f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
id: sqlite_build
144144
with:
145145
path: dart/.dart_tool/sqlite3/
146-
key: ${{ runner.os }}-${{ hashFiles('dart/tool/') }}
146+
key: ${{ matrix.os }}-${{ hashFiles('dart/tool/') }}
147147

148148
- name: Setup Dart tests
149149
working-directory: dart

0 commit comments

Comments
 (0)