Skip to content

Commit a426456

Browse files
committed
[CI] add cache
1 parent f1bdee2 commit a426456

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cross.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
steps:
4444
- name: Checkout Crate
4545
uses: actions/checkout@v2
46+
- uses: Swatinem/rust-cache@v1.2.0
47+
with:
48+
key: ${{ matrix.feature }}${{ matrix.os }}
4649
- name: Checkout Toolchain
4750
uses: actions-rs/toolchain@v1
4851
with:

0 commit comments

Comments
 (0)