Skip to content

Commit fa6217c

Browse files
cursoragentlovasoa
andcommitted
feat: Add shared-key to cargo cache action
Co-authored-by: contact <[email protected]>
1 parent 9b6691a commit fa6217c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- name: Set up cargo cache
6262
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
63+
with:
64+
shared-key: test-matrix
6365
- name: Install PostgreSQL ODBC driver
6466
if: matrix.setup_odbc
6567
run: sudo apt-get install -y odbc-postgresql

0 commit comments

Comments
 (0)