Skip to content

Commit f94b267

Browse files
committed
Enable caching of the registry
1 parent ce6d0e9 commit f94b267

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_and_test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848
target: thumbv6m-none-eabi
4949
override: true
5050
profile: minimal
51+
- name: Enable cache
52+
uses: actions/cache@v3
53+
with:
54+
path: |
55+
~/.cargo/bin/
56+
~/.cargo/registry/index/
57+
~/.cargo/registry/cache/
58+
~/.cargo/git/db/
59+
key: ${{ runner.os }}-cargo
5160
- name: Check unused deps
5261
uses: aig787/cargo-udeps-action@v1
5362
with:

0 commit comments

Comments
 (0)